X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=2935c43c41b24b0efa2029ff962b40bb4d0fee5c;hb=ac65c333e0dae71404895e27aa706feb8e8e743d;hp=69a41d352cf7a0d13fbaf33b8aa6a8c1b5227bfd;hpb=65b032e18e7f439d61d682c79884c2d017be6c4d;p=palacios.git diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index 69a41d3..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_32"); + v3_load_sym_capsule(vm, "lnx_test"); } #endif