X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=c50374aaa61aeda391c899e6dfbae0b67d8376be;hp=e9fff1f0ec37b4e3d67c1a6e534476eab080e82e;hb=ed8feff1d5dd6bf028cd5ba0960ec125505d7597;hpb=1cd2958b5eb63b2ac63ced17447ba3b45c43f51a diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index e9fff1f..c50374a 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -327,6 +327,9 @@ static int key_event_handler(struct guest_info * info, if (evt->scan_code == 0x44) { // F10 debug dump v3_print_guest_state(info); // PrintGuestPageTables(info, info->shdw_pg_state.guest_cr3); + } else if (evt->scan_code == 0x43) { // F9 Sym test + PrintDebug("Testing sym call\n"); + v3_sym_call0(info, 0, NULL, NULL); } addr_t irq_state = v3_lock_irqsave(state->kb_lock);