aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-02-16 10:38:35 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-02-18 15:22:07 -0800
commit5389aa19033153c09556d1362a8b8a56abccb8f5 (patch)
tree5d731effe5bd5d2f162f06aadec7212045eaef3d /android/cmdline-options.h
parent76dbca0489ab98a46f2954bc7b77c3df6f9d8264 (diff)
downloadexternal_qemu-5389aa19033153c09556d1362a8b8a56abccb8f5.zip
external_qemu-5389aa19033153c09556d1362a8b8a56abccb8f5.tar.gz
external_qemu-5389aa19033153c09556d1362a8b8a56abccb8f5.tar.bz2
Merge memory checking from sandbox
Change-id: Ibce845d0
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index fabac5c..20d308f 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -140,6 +140,9 @@ OPT_LIST( prop, "<name>=<value>", "set system property on boot")
OPT_PARAM( nand_limits, "<nlimits>", "enforce NAND/Flash read/write thresholds" )
#endif
+#ifdef CONFIG_MEMCHECK
+OPT_PARAM( memcheck, "<flags>", "enable memory access checking" )
+#endif // CONFIG_MEMCHECK
#undef CFG_FLAG
#undef CFG_PARAM