X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=794e8b312a3790e222a8cec9de192098bf987385;hp=1dc482da48181a4aa2fbda2e5ea88f9f279118d5;hb=f7e83e5d2d00ba107ccda346da4660ab523471bb;hpb=d61e28b50d54153a18efa5697a2aecc2e52098bc diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index 1dc482d..794e8b3 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -388,7 +388,7 @@ static int key_event_handler(struct v3_vm_info * vm, #ifdef V3_CONFIG_TELEMETRY else if (evt->scan_code == 0x41) { // F7 telemetry dump - v3_print_telemetry(vm); + v3_print_global_telemetry(vm); } #endif #ifdef V3_CONFIG_SYMMOD