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.


64 bit guests initially supported
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 5 Feb 2009 20:42:49 +0000 (14:42 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 5 Feb 2009 20:42:49 +0000 (14:42 -0600)
commit3574c981404a1c812d369132db09ec2a27d59a5d
tree1df08b08ed411380c416e86ec473373e29bd512e
parent3ff677ae3dbe5ec9a433ca772437de90da7d25c9
64 bit guests initially supported
12 files changed:
palacios/build/Makefile
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_paging.h
palacios/src/palacios/svm_handler.c
palacios/src/palacios/svm_lowlevel.S
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_shadow_paging.c
palacios/src/palacios/vmm_shadow_paging_64.h
palacios/src/palacios/vmm_xed.c