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.


Cleanup based on cppcheck pass (Linux module and user)
[palacios.git] / linux_usr / v3_reset.c
index 7335b78..944e658 100644 (file)
@@ -52,6 +52,9 @@ int main(int argc, char* argv[]) {
            cmd.first_core = atoi(argv[3]);
            cmd.num_cores = atoi(argv[4]);
        }
+    } else {
+       usage();
+       return -1;
     }
 
     printf("Doing VM reset:  %s ",