diff options
author | Owen Smith | 2017-11-03 12:56:28 +0100 |
---|---|---|
committer | Stefano Stabellini | 2017-12-15 00:24:30 +0100 |
commit | de80d78594b4c3767a12d8d42debcf12cbf85a5b (patch) | |
tree | 0b710f1c211d20d159cad589e9f80cf3e0cad9b4 /include | |
parent | xen-disk: use an IOThread per instance (diff) | |
download | qemu-de80d78594b4c3767a12d8d42debcf12cbf85a5b.tar.gz qemu-de80d78594b4c3767a12d8d42debcf12cbf85a5b.tar.xz qemu-de80d78594b4c3767a12d8d42debcf12cbf85a5b.zip |
ui: generate qcode to linux mappings
Use keycodedb to generate a qcode to linux mapping
Signed-off-by: Owen Smith <owen.smith@citrix.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/ui/input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/input.h b/include/ui/input.h index f8cee43f65..5cc76d6e41 100644 --- a/include/ui/input.h +++ b/include/ui/input.h @@ -77,4 +77,7 @@ extern const guint16 qemu_input_map_qcode_to_qnum[]; extern const guint qemu_input_map_qnum_to_qcode_len; extern const guint16 qemu_input_map_qnum_to_qcode[]; +extern const guint qemu_input_map_qcode_to_linux_len; +extern const guint16 qemu_input_map_qcode_to_linux[]; + #endif /* INPUT_H */ |