[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
From: |
Thomas Huth |
Subject: |
[PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough |
Date: |
Wed, 10 Jun 2020 05:51:02 +0200 |
The #ifdef CONFIG_VFIO_IGD in pci-quirks.c is not working since the
required header config-devices.h is not included, so that the legacy
IGD passthrough is currently broken. Let's include the right header
to fix this issue.
Buglink: https://bugs.launchpad.net/qemu/+bug/1882784
Fixes: 29d62771c81d8fd244a67c14a1d968c268d3fb19
("hw/vfio: Move the IGD quirk code to a separate file")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
hw/vfio/pci-quirks.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c
index f2155ddb1d..3158390db1 100644
--- a/hw/vfio/pci-quirks.c
+++ b/hw/vfio/pci-quirks.c
@@ -11,6 +11,7 @@
*/
#include "qemu/osdep.h"
+#include "config-devices.h"
#include "exec/memop.h"
#include "qemu/units.h"
#include "qemu/error-report.h"
--
2.18.1
- [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough,
Thomas Huth <=
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Philippe Mathieu-Daudé, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Thomas Huth, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Philippe Mathieu-Daudé, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Thomas Huth, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Philippe Mathieu-Daudé, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Thomas Huth, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Philippe Mathieu-Daudé, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Alex Williamson, 2020/06/11
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Laurent Vivier, 2020/06/10
- Re: [PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough, Thomas Huth, 2020/06/10