From 7746af04f1c7a44253ce49cf7cf1914757faaafe Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 7 Oct 2010 05:40:39 -0700 Subject: 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 --- qemu-options.hx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qemu-options.hx') 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 sets LCD density system property on boot\n") +DEF("ui-port", HAS_ARG, QEMU_OPTION_ui_port, \ + "-ui-port socket port to report initialization completion\n") + +DEF("ui-settings", HAS_ARG, QEMU_OPTION_ui_settings, \ + "-ui-settings opaque string containing persitent UI settings\n") + #endif -- cgit v1.1