]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-keymap.c
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / qemu-keymap.c
index 6216371aa1e026a6562831c2adbe927ce372b6db..536e8f2385d7e6cce64d777d029c516613d215cf 100644 (file)
@@ -10,7 +10,6 @@
  * See the COPYING file in the top-level directory.
  */
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qemu/notify.h"
 #include "ui/input.h"
 
@@ -84,7 +83,7 @@ static void walk_map(struct xkb_keymap *map, xkb_keycode_t code, void *data)
     }
     fprintf(outfile, "# evdev %d (0x%x), QKeyCode \"%s\", number 0x%x\n",
             evdev, evdev,
-            QKeyCode_lookup.array[qcode],
+            QKeyCode_str(qcode),
             qcode_to_number(qcode));
 
     /*