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 host event hooks interface
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 15 Oct 2008 02:21:36 +0000 (21:21 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 15 Oct 2008 02:21:36 +0000 (21:21 -0500)
commit82cceefa66b1f05d8f9d5bfcb2fb7214755e1904
treecbb8a0cd13f571651a12ea78c8b703848fb6528a
parent85bd8c855496fdcef8fbffb1742398f01718c5c3
added host event hooks interface
palacios/build/Makefile
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_host_events.h [new file with mode: 0644]
palacios/src/devices/keyboard.c
palacios/src/palacios/vmm_dev_mgr.c
palacios/src/palacios/vmm_host_events.c [new file with mode: 0644]