mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with i386. No changes to generated config-devices.mak files, other than adding CONFIG_I386 to the x86_64-softmmu target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
142 B
Text
8 lines
142 B
Text
config I386
|
|
bool
|
|
# kvm_arch_fixup_msi_route() needs to access PCIDevice
|
|
select PCI if KVM
|
|
|
|
config X86_64
|
|
bool
|
|
select I386
|