aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-09-08 11:09:23 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-09-08 11:09:23 -0700
commitb25bf2a7477595aa54181874921086d4c0071c03 (patch)
tree44dbe610846ea9f19caf70178713925b0fe159ec /qemu-options.hx
parente92bc56ef89ab8b51c4c89d4d9779b64e9491b9b (diff)
downloadexternal_qemu-b25bf2a7477595aa54181874921086d4c0071c03.zip
external_qemu-b25bf2a7477595aa54181874921086d4c0071c03.tar.gz
external_qemu-b25bf2a7477595aa54181874921086d4c0071c03.tar.bz2
Passed boot properties from main to core as -boot-property parameters.
Change-Id: I56955fb13a073b15ee2a41fdfbd6845bfe65edc5
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 4f6f122..1203680 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1674,4 +1674,10 @@ DEF("netfast", 0, QEMU_OPTION_netfast, \
DEF("tcpdump", HAS_ARG, QEMU_OPTION_tcpdump, \
"-tcpdump <file> capture network packets to file\n")
+DEF("boot-property", HAS_ARG, QEMU_OPTION_boot_property, \
+ "-boot-property <name>=<value> set system property on boot\n")
+
+DEF("lcd-density", HAS_ARG, QEMU_OPTION_lcd_density, \
+ "-lcd-density <density> sets LCD density system property on boot\n")
+
#endif