projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed92369
)
vfio: vfio-pci requires EDID
author
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 18 Nov 2019 17:41:49 +0000
(10:41 -0700)
committer
Alex Williamson
<alex.williamson@redhat.com>
Mon, 18 Nov 2019 17:41:49 +0000
(10:41 -0700)
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>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/Kconfig
patch
|
blob
|
history
diff --git
a/hw/vfio/Kconfig
b/hw/vfio/Kconfig
index 34da2a3cfdd92af806ba04b30e7a9894070d3357..f0eaa75ce712b5a152f65cafbe5f8c2b23ac541d 100644
(file)
--- a/
hw/vfio/Kconfig
+++ b/
hw/vfio/Kconfig
@@
-6,6
+6,7
@@
config VFIO_PCI
bool
default y
select VFIO
+ select EDID
depends on LINUX && PCI
config VFIO_CCW