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.


cleaned up emulation interface
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 6 Feb 2009 22:55:27 +0000 (16:55 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 6 Feb 2009 22:55:27 +0000 (16:55 -0600)
commita9b0e13d3ad5cef3b5b28cc7975480523941ad97
tree81dfa25dd2c59edc9f21c1267bc54d9ba954e243
parent75aa9d6205930057dc8163238d325558bcb1fd9b
cleaned up emulation interface
added read emulation
added full memory hooks
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_emulator.h
palacios/include/palacios/vmm_instr_emulator.h
palacios/include/palacios/vmm_mem.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_emulator.c
palacios/src/palacios/vmm_mem.c