aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-10-07 05:40:39 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-10-08 01:02:22 -0700
commit7746af04f1c7a44253ce49cf7cf1914757faaafe (patch)
tree7a556d8622f4d750c59a38821a625a7ac798fd09 /qemu-options.hx
parent4e024bb4f5c8aa8b07459f7fbd65c35122127fd1 (diff)
downloadexternal_qemu-7746af04f1c7a44253ce49cf7cf1914757faaafe.zip
external_qemu-7746af04f1c7a44253ce49cf7cf1914757faaafe.tar.gz
external_qemu-7746af04f1c7a44253ce49cf7cf1914757faaafe.tar.bz2
Make core initialization replying to the UI at the end of initialization.
Also, this CL contains a minor fix to formatting boot options passed to the kernel Change-Id: I267172d82094a0cbbbced2cee7a2990bb7fa3793
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 1203680..44443bc 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1680,4 +1680,10 @@ DEF("boot-property", HAS_ARG, QEMU_OPTION_boot_property, \
DEF("lcd-density", HAS_ARG, QEMU_OPTION_lcd_density, \
"-lcd-density <density> sets LCD density system property on boot\n")
+DEF("ui-port", HAS_ARG, QEMU_OPTION_ui_port, \
+ "-ui-port <port> socket port to report initialization completion\n")
+
+DEF("ui-settings", HAS_ARG, QEMU_OPTION_ui_settings, \
+ "-ui-settings <string> opaque string containing persitent UI settings\n")
+
#endif