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.


This patch virtualizes VM_CR_MSR to tell the guest it cannot use SVM.
authorErik van der Kouwe <erikvdk@gmail.com>
Fri, 26 Nov 2010 17:01:09 +0000 (11:01 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 26 Nov 2010 17:01:09 +0000 (11:01 -0600)
commit5aac3f94fc38bfef003c41496089eb3793778342
treef646b3afca23d49f79fca7b5a60742394136c41c
parent4f67d9454f62c56af9576d52772b9f4ce693a050
This patch virtualizes VM_CR_MSR to tell the guest it cannot use SVM.
palacios/include/palacios/vmm_ctrl_regs.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm_ctrl_regs.c