aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-11 15:30:32 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-24 07:29:49 -0700
commit7fbf49776a98847a5f95325646f7eb5ff787423f (patch)
tree6bbdef92b669532c74800927632c932491f684c1 /qemu-options.hx
parentb5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1 (diff)
downloadexternal_qemu-7fbf49776a98847a5f95325646f7eb5ff787423f.zip
external_qemu-7fbf49776a98847a5f95325646f7eb5ff787423f.tar.gz
external_qemu-7fbf49776a98847a5f95325646f7eb5ff787423f.tar.bz2
Cleanup stuff for the UI build
1. Move DNS server registration entirely to the core. 2. Move -memcheck option initialization entirely to the core. 3. Move qemu_help routine (used by both, Core and UI) to common qemu-help.c file. Change-Id: I5e47e94bdc375f0e037ccc6bd88daeb5fa06d1cf
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