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.


add cleanup for Palacios extensions, add per-core data to extensions
authorKyle Hale <kh@u.northwestern.edu>
Fri, 20 Jul 2012 00:20:42 +0000 (19:20 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 20 Jul 2012 18:18:01 +0000 (13:18 -0500)
commitc900a49cfd8ff982a35bb7385fbd927e961569a0
tree0eac21eaf6eb61561070973b1f23304c183dd54f
parentb94be6799fca5da67eb64f5e7467c2da5dff5022
add cleanup for Palacios extensions, add per-core data to extensions

extensions can now have their own per-core extension state without
adding cruft to the guest_info structure
palacios/include/palacios/vmm_extensions.h
palacios/src/extensions/ext_inspector.c
palacios/src/gears/ext_execve_hook.c
palacios/src/gears/ext_sw_intr.c
palacios/src/gears/ext_syscall_hijack.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_extensions.c