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
commit9538749118d47dfcd3ed45804736027d87ec054e (patch)
tree2655047bd51c44497b55e6f8a01a2d2a3bc855a8 /sysemu.h
parente0f084bfc941109047055e229d70695af11a0541 (diff)
downloadqemu-9538749118d47dfcd3ed45804736027d87ec054e.tar.gz
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;