aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-10 16:29:17 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-10 17:41:07 +0100
commit2507cab8a78fb609461a2b9cc4708bab60fc53a4 (patch)
tree3deeee5792eb4cf2b148a224177bed8ed5f7e9cc /qemu-options.hx
parent42074e5e184aed78dee0efb14d7376325516c070 (diff)
downloadexternal_qemu-2507cab8a78fb609461a2b9cc4708bab60fc53a4.zip
external_qemu-2507cab8a78fb609461a2b9cc4708bab60fc53a4.tar.gz
external_qemu-2507cab8a78fb609461a2b9cc4708bab60fc53a4.tar.bz2
Get rid of -android-gui core option.
Instead, pass all LCD configuration in qemu-hardware.ini. + Make the latter file mandatory to launch a core. You can easily generate one by launching "emulator <options>" though. Change-Id: I81a1938217562517e4c2bbb828aef934033c29a5
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx4
1 files changed, 0 insertions, 4 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index baae81b..56800cd 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1631,10 +1631,6 @@ 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")
-
DEF("android-hw", HAS_ARG, QEMU_OPTION_android_hw, \
"-android-hw <file> read hardware initialization from ini file\n")