diff options
author | Cole Robinson | 2019-09-09 19:34:10 +0200 |
---|---|---|
committer | Paolo Bonzini | 2019-09-16 12:32:21 +0200 |
commit | 709ebb905491258676776c78ca38a61563e59aac (patch) | |
tree | 9508da3866c1f0f2801f1b0f8c7aeadf06b4fd98 /default-configs/i386-softmmu.mak | |
parent | test-char: fix AddressSanitizer failure (diff) | |
download | qemu-709ebb905491258676776c78ca38a61563e59aac.tar.gz qemu-709ebb905491258676776c78ca38a61563e59aac.tar.xz qemu-709ebb905491258676776c78ca38a61563e59aac.zip |
hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PC
CONFIG_ACPI_PCI is a hard requirement of acpi-build.c, which is built
unconditionally for x86 target. Putting it in default-configs/ suggests
that it can be easily disabled, which isn't true.
Relocate the symbol with the other acpi-build.c requirements, under
'config PC'. This is similar to what is done for the arm 'virt' machine
type and CONFIG_ACPI_PCI
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Message-Id: <e73e6edff68fd30d69c6a1d02c9ef9192f773c63.1568049871.git.crobinso@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/i386-softmmu.mak')
-rw-r--r-- | default-configs/i386-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak index cd5ea391e8..ba3fb3ff50 100644 --- a/default-configs/i386-softmmu.mak +++ b/default-configs/i386-softmmu.mak @@ -25,4 +25,3 @@ CONFIG_ISAPC=y CONFIG_I440FX=y CONFIG_Q35=y -CONFIG_ACPI_PCI=y |