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 symbiotic interface and a number of other small changes
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 23 Sep 2009 22:27:50 +0000 (17:27 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 23 Sep 2009 22:27:50 +0000 (17:27 -0500)
commited8feff1d5dd6bf028cd5ba0960ec125505d7597
tree1186632dc1cc4c71137f7e42b6b2e348bbbad0d8
parent1cd2958b5eb63b2ac63ced17447ba3b45c43f51a
added symbiotic interface and a number of other small changes
16 files changed:
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_lowlevel.h
palacios/include/palacios/vmm_sym_iface.h
palacios/src/devices/keyboard.c
palacios/src/devices/piix3.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/svm_msr.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_cpuid.c
palacios/src/palacios/vmm_msr.c
palacios/src/palacios/vmm_shadow_paging_64.h
palacios/src/palacios/vmm_sym_iface.c
palacios/src/palacios/vmx_ctrl_regs.c
palacios/src/palacios/vmx_handler.c
test/geekos_test_vm/src/geekos/main.c