summaryrefslogtreecommitdiffstats
path: root/include/sysemu
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2014-10-07 16:00:05 +0800
committerGerd Hoffmann <kraxel@redhat.com>2014-10-15 09:49:48 +0200
commitbc74112f7e857a662b1802145ca4cb9230de2f5c (patch)
tree62403075f0355c97212e640ae08c91a0ce2c283b /include/sysemu
parentb1d28ec6a7dbdaadda39d29322f0de694aeb0b74 (diff)
downloadhqemu-bc74112f7e857a662b1802145ca4cb9230de2f5c.zip
hqemu-bc74112f7e857a662b1802145ca4cb9230de2f5c.tar.gz
bootdevice: move bootdevice related code to new file bootdevice.c
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r--include/sysemu/sysemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index d8539fd..8de5100 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -130,6 +130,7 @@ extern int no_shutdown;
extern int semihosting_enabled;
extern int old_param;
extern int boot_menu;
+extern bool boot_strict;
extern uint8_t *boot_splash_filedata;
extern size_t boot_splash_filedata_size;
extern uint8_t qemu_extra_params_fw[2];
OpenPOWER on IntegriCloud