From b5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Mon, 9 Aug 2010 13:33:57 -0700 Subject: 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 --- 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 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 read hardware initialization from ini file\n") +DEF("android-memcheck", HAS_ARG, QEMU_OPTION_android_memcheck, \ + "-android-memcheck enable memory access checking on the emulated system\n") + #endif -- cgit v1.1