aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 1883b08..927daaf 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1633,4 +1633,7 @@ DEF("android-hw", HAS_ARG, QEMU_OPTION_android_hw, \
DEF("android-memcheck", HAS_ARG, QEMU_OPTION_android_memcheck, \
"-android-memcheck <options> enable memory access checking on the emulated system\n")
+DEF("dns-server", HAS_ARG, QEMU_OPTION_dns_server, \
+ "-dns-server <servers> use this DNS server(s) in the emulated system\n")
+
#endif