diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-12-09 10:50:02 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-18 02:34:12 +0100 |
commit | 3066573ee5e2a7e37638cd91afcd3d8b4a09a227 (patch) | |
tree | aae0242873fc181ffc15b4451640335ae7677fc3 /hw/pci-host/Kconfig | |
parent | 1401897cd1b2ace4c726022aea8b2f63fe462002 (diff) | |
download | qemu-3066573ee5e2a7e37638cd91afcd3d8b4a09a227.zip qemu-3066573ee5e2a7e37638cd91afcd3d8b4a09a227.tar.gz qemu-3066573ee5e2a7e37638cd91afcd3d8b4a09a227.tar.bz2 |
hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host Bridge
Add the XEN_IGD_PASSTHROUGH Kconfig option.
Xen build has that option selected by default. Non-Xen builds now
have to select this feature manually.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191209095002.32194-7-philmd@redhat.com>
Acked-by: Paul Durrant <paul@xen.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/pci-host/Kconfig')
-rw-r--r-- | hw/pci-host/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig index b0aa835..9642c77 100644 --- a/hw/pci-host/Kconfig +++ b/hw/pci-host/Kconfig @@ -1,6 +1,11 @@ config PAM bool +config XEN_IGD_PASSTHROUGH + bool + default y + depends on XEN && PCI_I440FX + config PREP_PCI bool select PCI |