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 inspection framework
authorJack Lange <jacklange@cs.pitt.edu>
Fri, 8 Apr 2011 18:17:28 +0000 (13:17 -0500)
committerJack Lange <jacklange@cs.pitt.edu>
Fri, 8 Apr 2011 18:17:28 +0000 (13:17 -0500)
commit374b2d6d22a0e0dc6ed8d3d628e635ab935072e0
tree01e2ef16473f1e64387126e01fe8c61cbccc1100
parent5dcbfcf0f90e52bd1b20551aec1e7f9252025e3d
added inspection framework
linux_module/palacios-vm.c
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_inspector.h [new file with mode: 0644]
palacios/include/palacios/vmm_multitree.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_inspector.c [new file with mode: 0644]
palacios/src/palacios/vmm_multitree.c [new file with mode: 0644]