aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-06 09:29:50 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-06 09:29:50 -0700
commit074d1f955a15c19214cee92c627c8c4697e98cd3 (patch)
tree3920b6218b409dd5c3e96d28982ffbda01a87dc5 /qemu-options.hx
parent3b08fe7c858bcd4c2492e7195ff85878413d39ea (diff)
downloadexternal_qemu-074d1f955a15c19214cee92c627c8c4697e98cd3.zip
external_qemu-074d1f955a15c19214cee92c627c8c4697e98cd3.tar.gz
external_qemu-074d1f955a15c19214cee92c627c8c4697e98cd3.tar.bz2
Added -android-hw option
Change-Id: I8dac387cd43c5eff7e9b6adf0d718261d0ab8d81
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 41a16e7..03e3be2 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1627,4 +1627,7 @@ DEF("android-gui", HAS_ARG, QEMU_OPTION_android_gui, \
"-android-gui width=<width>,height=<height>,bpp=<bits per pixel>"
" width, height, and bits per pixel for the graphic console\n")
+DEF("android-hw", HAS_ARG, QEMU_OPTION_android_hw, \
+ "-android-hw <file> read hardware initialization from ini file\n")
+
#endif