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.


telemetry fixes
[palacios.git] / palacios / src / devices / keyboard.c
index c7f0b35..08844e2 100644 (file)
@@ -366,7 +366,7 @@ static int key_event_handler(struct v3_vm_info * vm,
        v3_dbg_enable ^= 1;
     } else if (evt->scan_code == 0x41) { // F7 telemetry dump
 #ifdef CONFIG_TELEMETRY
-       v3_print_telemetry(info);
+       v3_print_telemetry(vm);
 #endif
     }