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.


HVM support for forwarding events to ROS
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 8 Sep 2015 22:41:34 +0000 (17:41 -0500)
committerroot <root@v-test-r415-3.localdomain>
Tue, 8 Sep 2015 22:41:34 +0000 (17:41 -0500)
commitbf732d7c9e2940ed8dddcb30ff70bdc06bbfdc3b
tree61be1b64a4cde100d3ea68bbb4dfc22c1de65af5
parent9d346ee2cf8a7f2a79dc4929b8e0416de7d8f8c8
HVM support for forwarding events to ROS

Protocol and hypercall logic to support forwarding
of system calls and page faults from the HRT to the ROS

This allows an HRT with a merged address space to rely on
the ROS for page faults on the shared part of the address
space, and it allows the HRT to make system calls on the
ROS, provided all arguments, directly or indirectly, are
in the shared part of the address space.
palacios/include/palacios/vmm_hvm.h
palacios/src/palacios/vmm_hvm.c