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 MSR hook framework
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 27 Oct 2008 21:05:51 +0000 (16:05 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 27 Oct 2008 21:05:51 +0000 (16:05 -0500)
commit5b6278751429f59297ce74e614d50632daea3748
tree8391737e4ea9cd768063a0b59e4d5e5fc4dfff58
parent03a41b18bdb6ce4bf666f18acdaf302e2360efdc
added MSR hook framework
added preliminary CR4 write handler, to handle PAE mode switch
added passthrough 32bit PAE page tables for non-paged 32 bit PAE mode
18 files changed:
build/Makefile
kitten/arch/x86_64/boot/Makefile
kitten/boot-kitten
palacios/build/Makefile
palacios/include/palacios/svm_msr.h [new file with mode: 0644]
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_ctrl_regs.h
palacios/include/palacios/vmm_decoder.h
palacios/include/palacios/vmm_msr.h [new file with mode: 0644]
palacios/include/palacios/vmm_paging.h
palacios/src/palacios/svm.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/svm_msr.c [new file with mode: 0644]
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_msr.c [new file with mode: 0644]
palacios/src/palacios/vmm_paging.c