aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-25 09:49:25 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-25 09:49:25 -0700
commit13f3b6c53817255217f40db289abace42c3c31a6 (patch)
tree89be6e64ba7de2140854f1f152e82668a0000d47 /qemu-options.hx
parentb2438402d16ee4a0bb4b077d0ad0ef1d82b2a08c (diff)
downloadexternal_qemu-13f3b6c53817255217f40db289abace42c3c31a6.zip
external_qemu-13f3b6c53817255217f40db289abace42c3c31a6.tar.gz
external_qemu-13f3b6c53817255217f40db289abace42c3c31a6.tar.bz2
Cleaned up build script from rebuilding locally generated sources
Also passed along -show-kernel option to the emulator core Change-Id: Ic606a7a9cdac677cbd5ce9ca1a9f1a2b16da4dfa
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 e810c5c..000e231 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1654,4 +1654,7 @@ DEF("audio-out", HAS_ARG, QEMU_OPTION_audio_out, \
DEF("cpu-delay", HAS_ARG, QEMU_OPTION_cpu_delay, \
"-cpu-delay <cpudelay> throttle CPU emulation\n")
+DEF("show-kernel", 0, QEMU_OPTION_show_kernel, \
+ "-show-kernel display kernel messages\n")
+
#endif