From 9538749118d47dfcd3ed45804736027d87ec054e Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Thu, 2 Jul 2009 00:19:02 +0200 Subject: 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 Signed-off-by: Anthony Liguori --- sysemu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysemu.h') 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; -- cgit v1.2.3-55-g7522