From b25bf2a7477595aa54181874921086d4c0071c03 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Wed, 8 Sep 2010 11:09:23 -0700 Subject: Passed boot properties from main to core as -boot-property parameters. Change-Id: I56955fb13a073b15ee2a41fdfbd6845bfe65edc5 --- 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 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 capture network packets to file\n") +DEF("boot-property", HAS_ARG, QEMU_OPTION_boot_property, \ + "-boot-property = set system property on boot\n") + +DEF("lcd-density", HAS_ARG, QEMU_OPTION_lcd_density, \ + "-lcd-density sets LCD density system property on boot\n") + #endif -- cgit v1.1