Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added device checkpoint hooks
authorMadhav Suresh <madhav@u.northwestern.edu>
Fri, 16 Sep 2011 22:59:58 +0000 (18:59 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Fri, 16 Sep 2011 22:59:58 +0000 (18:59 -0400)
commit5d1bbcc86de011e3f0d115b6f10fd8645cdf855e
tree3dc2e35e4c5a0386583356fd63b05840e54a49a2
parenta9a6c3664c8fdbdb9841a55d1a2fca7f4fa8f5de
added device checkpoint hooks
palacios/include/palacios/vmm_checkpoint.h
palacios/include/palacios/vmm_dev_mgr.h
palacios/src/devices/8254.c
palacios/src/devices/8259a.c
palacios/src/devices/apic.c
palacios/src/devices/cga.c
palacios/src/devices/io_apic.c
palacios/src/devices/keyboard.c
palacios/src/devices/os_debug.c
palacios/src/palacios/vmm_checkpoint.c
palacios/src/palacios/vmm_dev_mgr.c