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 HRT startup for HVM, plus assorted cleanup
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 25 Mar 2015 21:18:53 +0000 (16:18 -0500)
committerroot <root@v-test-r415-3.localdomain>
Wed, 25 Mar 2015 21:18:53 +0000 (16:18 -0500)
commit60ad6a41c6d0ee08ed689e8505eb0c3df0c2a289
tree429b0594ee0768ff3afe23efca1d970c1d2f8630
parentd240aa16811174593dc6e6ca9c796db05948c353
Basic HRT startup for HVM, plus assorted cleanup

This builds and launches a basic guest environment for an HRT
It does not yet handle ELF load, but it is able to bootstrap
a simple code blob, including with interrupts, on HRT cores
while ROS cores happily run Linux
palacios/include/palacios/vmm_hvm.h
palacios/include/palacios/vmm_hypercall.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_hvm_lowlevel.S [new file with mode: 0644]
palacios/src/palacios/vmx.c