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 xml parser for configuration
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 17 Nov 2009 19:47:07 +0000 (13:47 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 17 Nov 2009 19:47:07 +0000 (13:47 -0600)
commitd9557a9bea506fd8b40acd7a44a16b46e2a97848
tree02da95f95ef40acbaddde305e9c40cc89020ad2b
parent8f7ca44fc807d2e015c135153ee631ef2001fe30
added xml parser for configuration
Kconfig
palacios/include/palacios/vmm_sprintf.h
palacios/include/palacios/vmm_string.h
palacios/include/palacios/vmm_xml.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_string.c
palacios/src/palacios/vmm_xml.c [new file with mode: 0644]