aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-07-30 09:16:41 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-02 09:49:50 -0700
commitdd50f7d7d919dfa2a2cebd383635ba74c10e3777 (patch)
tree9f5aa1ee2da3bc1af50791cd8caa8d124c939fcc /qemu-options.hx
parent66ce9b1ec72bff7b3186c9fbdd2a7a5d96d146bd (diff)
downloadexternal_qemu-dd50f7d7d919dfa2a2cebd383635ba74c10e3777.zip
external_qemu-dd50f7d7d919dfa2a2cebd383635ba74c10e3777.tar.gz
external_qemu-dd50f7d7d919dfa2a2cebd383635ba74c10e3777.tar.bz2
Added -android-gui command line option to qemu-android
Change-Id: I9fd9170f2b2e3ad7d80071888f7da2ead54c21cf
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