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.


Linux guest user library and test application for ROS<->HRT interaction in an HVM
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 9 Sep 2015 19:52:04 +0000 (14:52 -0500)
committerroot <root@v-test-r415-3.localdomain>
Wed, 9 Sep 2015 19:52:04 +0000 (14:52 -0500)
commit495d40c7d02054399e118be6a10b0096c938d232
tree31c4c9e913235c23680f105b82a28e61aaf5745a
parent9bf0781823de53a1d5335bab24b31fca02412283
Linux guest user library and test application for ROS<->HRT interaction in an HVM
guest/linux/hvm-ros/Makefile [new file with mode: 0644]
guest/linux/hvm-ros/README [new file with mode: 0644]
guest/linux/hvm-ros/test.c [new file with mode: 0644]
guest/linux/hvm-ros/v3_hvm_ros_user.c [new file with mode: 0644]
guest/linux/hvm-ros/v3_hvm_ros_user.h [new file with mode: 0644]
guest/linux/hypercall/Makefile [new file with mode: 0644]
guest/linux/hypercall/README [new file with mode: 0644]
guest/linux/hypercall/hcall.h [new file with mode: 0644]
guest/linux/hypercall/hypercall.c [new file with mode: 0644]