mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00

CONFIG_VFIO_PCI was not "default y" - and once you do that, it is also important to disable it if PCI is not there. Reported-by: Alex Williamson <alex.williamson@redhat.com> Tested-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
37 lines
560 B
Text
37 lines
560 B
Text
config VFIO
|
|
bool
|
|
depends on LINUX
|
|
|
|
config VFIO_PCI
|
|
bool
|
|
default y
|
|
select VFIO
|
|
depends on LINUX && PCI
|
|
|
|
config VFIO_CCW
|
|
bool
|
|
default y
|
|
select VFIO
|
|
depends on LINUX && S390_CCW_VIRTIO
|
|
|
|
config VFIO_PLATFORM
|
|
bool
|
|
default y
|
|
select VFIO
|
|
depends on LINUX && PLATFORM_BUS
|
|
|
|
config VFIO_XGMAC
|
|
bool
|
|
default y
|
|
depends on VFIO_PLATFORM
|
|
|
|
config VFIO_AMD_XGBE
|
|
bool
|
|
default y
|
|
depends on VFIO_PLATFORM
|
|
|
|
config VFIO_AP
|
|
bool
|
|
default y
|
|
select VFIO
|
|
depends on LINUX && S390_CCW_VIRTIO
|