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.


HRT image replacement from ROS application
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 17 Sep 2015 20:52:54 +0000 (15:52 -0500)
committerroot <root@v-test-r415-3.localdomain>
Thu, 17 Sep 2015 20:52:54 +0000 (15:52 -0500)
commitd13fa71cb7a372c39ea92aaa69d74d63d9e0ed8e
treefe5de578a61f86d676b8af9b162f5b794ac69fc6
parent0205b0a0d6ad39a783330299f8afca735cf9a459
HRT image replacement from ROS application

This adds the capability for a ROS application to dynamically replace
the HRT image within the HVM.  Combined with HRT boot and other
capabilities, this allows the ROS to essentially fork and exec an
HRT that operates over its address space.
guest/linux/hvm-ros/v3_hvm_ros_user.c
guest/linux/hvm-ros/v3_hvm_ros_user.h
palacios/include/palacios/vmm_hvm.h
palacios/include/palacios/vmm_multiboot.h
palacios/src/palacios/vmm_hvm.c
palacios/src/palacios/vmm_multiboot.c