qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 3/3] vfio: vfio-pci requires EDID
Date: Mon, 18 Nov 2019 11:47:05 -0700	[thread overview]
Message-ID: <157410282158.24655.5169563707493153404.stgit@gimli.home> (raw)
In-Reply-To: <157410270703.24655.9333886493163056872.stgit@gimli.home>

From: Paolo Bonzini <pbonzini@redhat.com>

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 |    1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/vfio/Kconfig b/hw/vfio/Kconfig
index 34da2a3cfdd9..f0eaa75ce712 100644
--- 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



  parent reply	other threads:[~2019-11-18 18:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-18 18:46 [PULL 0/3] VFIO fixes 2019-11-18 Alex Williamson
2019-11-18 18:46 ` [PULL 1/3] hw/vfio/pci: Fix double free of migration_blocker Alex Williamson
2019-11-18 18:46 ` [PULL 2/3] vfio: don't ignore return value of migrate_add_blocker Alex Williamson
2019-11-18 18:47 ` Alex Williamson [this message]
2019-11-19  9:17 ` [PULL 0/3] VFIO fixes 2019-11-18 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=157410282158.24655.5169563707493153404.stgit@gimli.home \
    --to=alex.williamson@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).