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.


reworked device IO hook framework
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 22 Nov 2010 05:31:14 +0000 (23:31 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 22 Nov 2010 05:31:14 +0000 (23:31 -0600)
commita0d3be5212e7a5053ba213ce7bd26c7124cf01e3
tree90eceb45ea9ebc08b3ad7b230b25b8f9321b9c40
parentbc5ee3e07affac4810227d61c407011c05298518
reworked device IO hook framework
16 files changed:
palacios/include/palacios/vmm_dev_mgr.h
palacios/src/devices/8254.c
palacios/src/devices/8259a.c
palacios/src/devices/ata.h
palacios/src/devices/atapi.h
palacios/src/devices/bochs_debug.c
palacios/src/devices/cga.c
palacios/src/devices/generic.c
palacios/src/devices/i440fx.c
palacios/src/devices/ide.c
palacios/src/devices/keyboard.c
palacios/src/devices/nvram.c
palacios/src/devices/os_debug.c
palacios/src/devices/pci.c
palacios/src/devices/serial.c
palacios/src/palacios/vmm_dev_mgr.c