aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx4
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index e67033a..ed89bc5 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1619,4 +1619,8 @@ DEF("http-proxy", HAS_ARG, QEMU_OPTION_http_proxy, \
"-http-proxy <proxy>"
" make TCP connections through a HTTP/HTTPS proxy\n")
+DEF("charmap", HAS_ARG, QEMU_OPTION_charmap, \
+ "-charmap <file>"
+ " use specific key character map\n")
+
#endif