diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c index acba69c52f3c38495a7903599160e8c40a82adeb..0a781f9d8b4011c0b14e491fa199e18f99213802 100644 --- a/src/libxl/libxl_conf.c +++ b/src/libxl/libxl_conf.c @@ -1200,6 +1200,9 @@ libxlMakeVfbList(virPortAllocatorPtr graphicsports, if (VIR_STRDUP(b_info->u.hvm.sdl.xauthority, vfb.sdl.xauthority) < 0) goto error; } + + if (VIR_STRDUP(b_info->u.hvm.keymap, vfb.keymap) < 0) + goto error; } return 0;