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 more 64 bit support,
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 28 Oct 2008 23:54:50 +0000 (18:54 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 28 Oct 2008 23:54:50 +0000 (18:54 -0500)
commitb81af0a653e471ba2aa240c5135bd113467587ca
treed42bc9d783419c394bce1b6be8c7e7cd6f570c7c
parent62406cf6b87a27a62921ce09a0aa44780ea25c06
added more 64 bit support,
moved around the control register handlers to segregate the different CPU modes
NOTE: They currently work, but they are wrong...
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_decoder.h
palacios/include/palacios/vmm_paging.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_shadow_paging.c
palacios/src/palacios/vmm_xed.c