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.


Added missing HVM reset function to Linux library...
[palacios.git] / guest / linux / hvm-ros / v3_hvm_ros_user.h
index 94858f4..2101108 100644 (file)
@@ -13,6 +13,10 @@ int v3_hvm_ros_user_init();
 int v3_hvm_ros_user_deinit();
 
 
+typedef enum {RESET_HRT, RESET_ROS, RESET_BOTH} reset_type;
+
+int v3_hvm_ros_reset(reset_type what);
+
 int v3_hvm_ros_merge_address_spaces();
 int v3_hvm_ros_unmerge_address_spaces();