diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-07-02 00:19:02 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-16 08:28:12 -0500 |
commit | 24018f6cbed6c0ae9f11bd5ee2ee90ae71bc043b (patch) | |
tree | 2655047bd51c44497b55e6f8a01a2d2a3bc855a8 /sysemu.h | |
parent | da6a2f29269fce6bd1c26d0314bc12b02d4d1e23 (diff) | |
download | qemu-24018f6cbed6c0ae9f11bd5ee2ee90ae71bc043b.tar.gz qemu-24018f6cbed6c0ae9f11bd5ee2ee90ae71bc043b.tar.bz2 qemu-24018f6cbed6c0ae9f11bd5ee2ee90ae71bc043b.zip |
Add boot menu control via command line switch
Disable the lengthy BIOS prompt for selecting a boot device by default,
but let the user reenable it via '-boot menu=on'.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ extern int graphic_rotate; extern int no_quit; extern int semihosting_enabled; extern int old_param; +extern int boot_menu; #ifdef CONFIG_KQEMU extern int kqemu_allowed; |