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.


updated IO and MSRs to allow hooking/unhooking dynamic at runtime
authorJack Lange <jarusl@cs.northwestern.edu>
Sun, 26 Apr 2009 18:58:50 +0000 (13:58 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Sun, 26 Apr 2009 18:58:50 +0000 (13:58 -0500)
commit29e825c5f095066bbb5ebbec5a5af1419d883264
tree33f4e74c539da16558b598e3a44a56fd1263a6a2
parent6d57b915c82345c4dfb1897209f4778b4548bc31
updated IO and MSRs to allow hooking/unhooking dynamic at runtime
palacios/include/palacios/svm_io.h
palacios/include/palacios/svm_msr.h
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_io.h
palacios/include/palacios/vmm_msr.h
palacios/src/palacios/svm.c
palacios/src/palacios/svm_io.c
palacios/src/palacios/svm_msr.c
palacios/src/palacios/vmm_intr.c
palacios/src/palacios/vmm_io.c
palacios/src/palacios/vmm_msr.c