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
[palacios.git] / guest / linux / hvm-ros / test.c
index 2781610..461d8af 100644 (file)
@@ -199,7 +199,7 @@ static void my_hvm_sig_handler(uint64_t code)
 int main(int argc, char *argv[]) 
 {
     int rc;
-    
+
     if (argc!=3 && argc!=5) { 
        printf("usage: test simple|time sync|async num_merges num_calls\n");
        return -1;