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.


updates to enable functionality necessary for SEABIOS to run
authorJack Lange <jacklange@cs.pitt.edu>
Fri, 28 Jun 2013 20:45:28 +0000 (15:45 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sun, 4 Aug 2013 22:31:19 +0000 (17:31 -0500)
commit8070d5e87ee3b92cc95bdcb65b2906b0a55d2ea9
treec41c95973ba5c788efc0e8d76ad0ef0b51bd5b2d
parentc8cd507ac7d45e737267a4a47199b1fef6f35ba0
updates to enable functionality necessary for SEABIOS to run
added fw_cfg framework, special mov instruction decoding

also added NUMA framework files to compilation process
14 files changed:
linux_module/Makefile
linux_module/buddy.c
linux_module/main.c
linux_module/numa.c
linux_module/palacios.h
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_instr_decoder.h
palacios/src/interfaces/Makefile
palacios/src/interfaces/vmm_numa.c
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_config_class.h
palacios/src/palacios/vmm_fw_cfg.c
palacios/src/palacios/vmm_v3dec.c