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.


Basic HVM data structures and functions
authorPeter Dinda <pdinda@northwestern.edu>
Sun, 22 Mar 2015 23:06:04 +0000 (18:06 -0500)
committerroot <root@v-test-r415-3.localdomain>
Sun, 22 Mar 2015 23:06:04 +0000 (18:06 -0500)
commit3586c3bd6260bf79c57baebf66a26d7e8158d411
tree170ea4c666a1fc100e9b05afb6b0910d751dae65
parenta48fed88738b625fea8a606f5b327d32db91f009
Basic HVM data structures and functions
Kconfig
palacios/include/palacios/vmm_hvm.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_hvm.c [new file with mode: 0644]