mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -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 s390. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
17 lines
357 B
Text
17 lines
357 B
Text
config S390_CCW_VIRTIO
|
|
bool
|
|
default y
|
|
depends on S390X
|
|
imply VIRTIO_PCI
|
|
imply TERMINAL3270
|
|
imply VFIO_AP
|
|
imply VFIO_CCW
|
|
imply WDT_DIAG288
|
|
imply PCIE_DEVICES
|
|
imply IOMMUFD
|
|
select PCI_EXPRESS
|
|
select S390_FLIC
|
|
select S390_FLIC_KVM if KVM
|
|
select SCLPCONSOLE
|
|
select VIRTIO_CCW
|
|
select MSI_NONBROKEN
|