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 pci passthrough and a few other things
[palacios.git] / palacios / src / palacios / vmm_telemetry.c
index 4a419a2..2d88d8b 100644 (file)
@@ -205,7 +205,7 @@ void v3_print_telemetry(struct guest_info * info) {
            V3_Print("%s%s:%sCnt=%u,%sAvg. Time=%u\n", 
                     hdr_buf,
                     code_str,
-                    (strlen(code_str) > 14) ? "\t" : "\t\t",
+                    (strlen(code_str) > 13) ? "\t" : "\t\t",
                     evt->cnt,
                     (evt->cnt >= 100) ? "\t" : "\t\t",
                     (uint32_t)(evt->handler_time / evt->cnt));