summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2009-07-02 00:19:02 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-16 08:28:12 -0500
commit24018f6cbed6c0ae9f11bd5ee2ee90ae71bc043b (patch)
tree2655047bd51c44497b55e6f8a01a2d2a3bc855a8 /sysemu.h
parentda6a2f29269fce6bd1c26d0314bc12b02d4d1e23 (diff)
downloadqemu-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index 06dc4c6868..df19f02840 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -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;