4921d0a753
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>
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
config I386
|
|
bool
|
|
# kvm_arch_fixup_msi_route() needs to access PCIDevice
|
|
select PCI if KVM
|
|
|
|
config X86_64
|
|
bool
|
|
select I386
|