From 7fbf49776a98847a5f95325646f7eb5ff787423f Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Wed, 11 Aug 2010 15:30:32 -0700 Subject: 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 --- qemu-options.hx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qemu-options.hx') 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 enable memory access checking on the emulated system\n") +DEF("dns-server", HAS_ARG, QEMU_OPTION_dns_server, \ + "-dns-server use this DNS server(s) in the emulated system\n") + #endif -- cgit v1.1