aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-09 13:33:57 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-09 13:33:57 -0700
commitb5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1 (patch)
tree16b50a07212fa0d4a08ea28e361701aa0cb17732 /qemu-options.hx
parent074d1f955a15c19214cee92c627c8c4697e98cd3 (diff)
downloadexternal_qemu-b5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1.zip
external_qemu-b5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1.tar.gz
external_qemu-b5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1.tar.bz2
Move memchecker initialization from main.c to vl-android.c (core)
Also move qemu-malloc.c to common CORE and UI sources Change-Id: Ifd62ae247cc03700d85b5fc35072d73ac37cc570
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 03e3be2..1883b08 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1630,4 +1630,7 @@ DEF("android-gui", HAS_ARG, QEMU_OPTION_android_gui, \
DEF("android-hw", HAS_ARG, QEMU_OPTION_android_hw, \
"-android-hw <file> read hardware initialization from ini file\n")
+DEF("android-memcheck", HAS_ARG, QEMU_OPTION_android_memcheck, \
+ "-android-memcheck <options> enable memory access checking on the emulated system\n")
+
#endif