X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=2935c43c41b24b0efa2029ff962b40bb4d0fee5c;hb=d0ebfed83ac079f95da8bf79e64ac77f31d551ac;hp=eef0ec0c94e72be4f44d665a1c42158ef4917b40;hpb=4a7e284362662dd76319c4d5843deb28fba82ba0;p=palacios.git diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index eef0ec0..2935c43 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -337,7 +337,7 @@ static int key_event_handler(struct v3_vm_info * vm, } // PrintGuestPageTables(info, info->shdw_pg_state.guest_cr3); } -#ifdef CONFIG_SYMBIOTIC +#ifdef CONFIG_SYMCALL else if (evt->scan_code == 0x43) { // F9 Sym test struct guest_info * core = &(vm->cores[0]); PrintDebug("Testing sym call\n"); @@ -377,7 +377,7 @@ static int key_event_handler(struct v3_vm_info * vm, #endif #ifdef CONFIG_SYMMOD else if (evt->scan_code == 0x40) { // F6 Test symmod load - v3_load_sym_module(vm, "test"); + v3_load_sym_capsule(vm, "lnx_test"); } #endif