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.


SVM Bug Fixes and Enhancements
authorPeter Dinda <pdinda@northwestern.edu>
Sun, 2 Aug 2015 22:59:49 +0000 (17:59 -0500)
committerroot <root@v-test-r415-3.localdomain>
Sun, 2 Aug 2015 22:59:49 +0000 (17:59 -0500)
commit4931bc084ced4bcb172c7bcb197ab55b1c9bdf80
treed5609ed196fc11850ace519d941c5518cfd8419b
parentda0b4bb80de755529f47b9ca57ccb0c2cefae15b
SVM Bug Fixes and Enhancements

- Correct behavior of exit during injection of SW intr / exception / other events (BIG ONE)
- Sanity-checked deallocations
- VMCB, etc, modernized to current versions
- Sanity-check to see if we are on old hardware that doesn't do nrip / SW intr
- Spot interrupt shadows
palacios/include/palacios/vmcb.h
palacios/src/palacios/svm.c
palacios/src/palacios/svm_io.c
palacios/src/palacios/svm_msr.c