[SeaBIOS] [PATCH 3/3] acpi rom file loading: disable for QEMU 128K

Michael S. Tsirkin mst at redhat.com
Wed Sep 25 11:36:21 CEST 2013


It's only useful for QEMU 1.7 and newer.

Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index f753170..bf2ce1b 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -444,7 +444,7 @@ menu "BIOS Tables"
             If unsure, say Y.
     config FW_ROMFILE_LOAD
         bool "Load BIOS tables from ROM files"
-        depends on QEMU_HARDWARE
+        depends on QEMU_HARDWARE && !QEMU_128K
         default y
         help
             Support loading BIOS firmware tables from ROM files.
-- 
MST




More information about the SeaBIOS mailing list