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.


Extensions to HVM ROS userspace library corresponding to HVM enhancements
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 14 Jul 2016 23:49:20 +0000 (18:49 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 14 Jul 2016 23:56:33 +0000 (18:56 -0500)
commit15b65ca6d546fbd03cdd7ae72830555e0263e538
tree4b319d29976dab1e9848573d1d19ba054e9ca056
parentd85300ed95766164d14a7f3b6c1c681b8b9a9c52
Extensions to HVM ROS userspace library corresponding to HVM enhancements

- ability to mirror/unmirror GDT and other segment state from ROS process to HRT
- ability to handle HRT events forwarded to ROS (syscalls, page faults, exceptions)
- corrections to stack alignment issue in HRT->ROS signals
- log file selection
guest/linux/hvm-ros/Makefile
guest/linux/hvm-ros/test.c
guest/linux/hvm-ros/v3_hvm_ros_user.c
guest/linux/hvm-ros/v3_hvm_ros_user.h
guest/linux/hvm-ros/v3_hvm_ros_user_low_level.S