aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-02 14:51:51 -0700
committerAndroid Code Review <code-review@android.com>2010-08-02 14:51:51 -0700
commit3b08fe7c858bcd4c2492e7195ff85878413d39ea (patch)
tree6558da981dcb6b2957cb75fec7812e2917f25466 /qemu-options.hx
parent3cf34f28ff198c69a02ed74a8e851b53cf3ff00c (diff)
parentdd50f7d7d919dfa2a2cebd383635ba74c10e3777 (diff)
downloadexternal_qemu-3b08fe7c858bcd4c2492e7195ff85878413d39ea.zip
external_qemu-3b08fe7c858bcd4c2492e7195ff85878413d39ea.tar.gz
external_qemu-3b08fe7c858bcd4c2492e7195ff85878413d39ea.tar.bz2
Merge "Added -android-gui command line option to qemu-android"
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx4
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index ed89bc5..41a16e7 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1623,4 +1623,8 @@ DEF("charmap", HAS_ARG, QEMU_OPTION_charmap, \
"-charmap <file>"
" use specific key character map\n")
+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")
+
#endif