commit | 55480e81704fa46429ac5bb4f8f452fadc9c0416 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Sep 25 12:26:20 2013 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Sep 25 12:53:16 2013 +0300 |
tree | 7f4759868f3cba8a52c507fe9b933b467054243b | |
parent | 0553bc156bf54d390706f2bb8c0cea4d9fe63949 [diff] |
acpi rom file loading: disable for QEMU 128K It's only useful for QEMU 1.7 and newer. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
diff --git a/src/Kconfig b/src/Kconfig index f753170..bf2ce1b 100644 --- a/src/Kconfig +++ b/src/Kconfig
@@ -444,7 +444,7 @@ 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.