summaryrefslogtreecommitdiffstats
path: root/src/config/qemu/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/qemu/general.h')
-rw-r--r--src/config/qemu/general.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config/qemu/general.h b/src/config/qemu/general.h
new file mode 100644
index 00000000..30f60d3f
--- /dev/null
+++ b/src/config/qemu/general.h
@@ -0,0 +1,10 @@
+/* Disable entry during POST */
+#undef ROM_BANNER_TIMEOUT
+#define ROM_BANNER_TIMEOUT 0
+
+/* Extend banner timeout */
+#undef BANNER_TIMEOUT
+#define BANNER_TIMEOUT 30
+
+/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
+#define EFI_DOWNGRADE_UX