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.


moved exception tracking out of the interrupt state and into a seperate data structure
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 20 Mar 2009 22:05:02 +0000 (17:05 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 20 Mar 2009 22:05:02 +0000 (17:05 -0500)
commit4db5b116275d135e67c67b0781fc8c184e884001
treeb66d2c89b8e5f96a973abb3a9e39465506f23627
parentda745a84b3c0ae1127da37991c283b403402a822
moved exception tracking out of the interrupt state and into a seperate data structure
palacios/build/Makefile
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_excp.h [new file with mode: 0644]
palacios/include/palacios/vmm_intr.h
palacios/src/palacios/svm_handler.c
palacios/src/palacios/vmm_excp.c [new file with mode: 0644]
palacios/src/palacios/vmm_intr.c