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.


build fixes and cleanup code to handle VMM shutdown
[palacios.releases.git] / palacios / src / palacios / vm_guest.c
index 09770a8..c85c235 100644 (file)
@@ -339,7 +339,7 @@ void v3_print_guest_state(struct guest_info * info) {
 
 void v3_print_guest_state_all(struct v3_vm_info * vm) {
     int i = 0;
-    
+
     V3_Print("VM Core states for %s\n", vm->name);
 
     for (i = 0; i < 80; i++) {