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.


Addition of basic multiboot functionality plus refactor of HVM
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 19 May 2015 16:27:47 +0000 (11:27 -0500)
committerroot <root@v-test-r415-3.localdomain>
Tue, 19 May 2015 16:27:47 +0000 (11:27 -0500)
commit3650bf4aaa4f83afae52c8fee98fce6e3ee68deb
treea86d035c85b57387acc1acc9da0e2e5e532fe6c1
parent022f63d320c2837822dc7f6be84f860a01f02d7c
Addition of basic multiboot functionality plus refactor of HVM
functionality to extend multiboot
Kconfig
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_hvm.h
palacios/src/palacios/Makefile
palacios/src/palacios/svm.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_hvm.c
palacios/src/palacios/vmm_multiboot.c [new file with mode: 0644]
palacios/src/palacios/vmx.c