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.


more 64 bit guest support
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 27 Oct 2008 22:50:04 +0000 (17:50 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 27 Oct 2008 22:50:04 +0000 (17:50 -0500)
commit62406cf6b87a27a62921ce09a0aa44780ea25c06
tree0789ba0073e17d10ea4e0d2e8dc0464ae1978477
parent5b6278751429f59297ce74e614d50632daea3748
more 64 bit guest support
we can mostly handle efer reads/writes
we can transition direct mapped page tables from 32 bit to 64 bit formats
added Page Table debugging support
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_ctrl_regs.h
palacios/include/palacios/vmm_paging.h
palacios/include/palacios/vmm_shadow_paging.h
palacios/include/palacios/vmm_types.h
palacios/src/palacios/svm.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_msr.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_shadow_paging.c