[SeaBIOS] [PATCH] make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMU

Gerd Hoffmann kraxel at redhat.com
Wed Jun 5 10:24:53 CEST 2013


Gets qemu features like direct kernel boot and boot
ordering going when seabios runs on coreboot.

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/paravirt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/paravirt.c b/src/paravirt.c
index d87a5e1..5793724 100644
--- a/src/paravirt.c
+++ b/src/paravirt.c
@@ -303,7 +303,7 @@ struct QemuCfgFile {
 
 void qemu_cfg_init(void)
 {
-    if (!CONFIG_QEMU)
+    if (!CONFIG_QEMU_HARDWARE || !runningOnQEMU())
         return;
 
     // Detect fw_cfg interface.
-- 
1.7.9.7




More information about the SeaBIOS mailing list