mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-14 23:06:02 -06:00
vfio: vfio-pci requires EDID
hw/vfio/display.c needs the EDID subsystem, select it. Cc: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c9d6da3a5e
commit
7771e1ae1b
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ config VFIO_PCI
|
|||
bool
|
||||
default y
|
||||
select VFIO
|
||||
select EDID
|
||||
depends on LINUX && PCI
|
||||
|
||||
config VFIO_CCW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue