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.


changed the symbiotic calling interface to a synchronous model
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 6 Oct 2009 23:40:43 +0000 (18:40 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 6 Oct 2009 23:40:43 +0000 (18:40 -0500)
commit4290e5f20a4ea5e5f32cb8228ac4d7446dc1021b
tree6a353010c52430c7eb97f0f5cd77c49625412316
parentcd012ba87f57c1c694038f1a17f249f90f9a2be8
changed the symbiotic calling interface to a synchronous model
15 files changed:
palacios/include/palacios/svm.h
palacios/include/palacios/svm_handler.h
palacios/include/palacios/svm_io.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_sym_iface.h
palacios/include/palacios/vmm_sym_swap.h
palacios/src/devices/keyboard.c
palacios/src/palacios/svm.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/svm_io.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_shadow_paging_32.h
palacios/src/palacios/vmm_sym_iface.c
palacios/src/palacios/vmm_sym_swap.c