qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH] xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid


From: Eduardo Habkost
Subject: [Qemu-arm] [PATCH] xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid
Date: Thu, 5 Oct 2017 09:45:07 -0300

xen-pt doesn't set the is_express field, but is supposed to be
able to handle PCI Express devices too.  Mark it as hybrid.

Suggested-by: Jan Beulich <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>
---
 hw/xen/xen_pt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c
index 01df3414d3..9bba717708 100644
--- a/hw/xen/xen_pt.c
+++ b/hw/xen/xen_pt.c
@@ -966,6 +966,7 @@ static const TypeInfo xen_pci_passthrough_info = {
     .class_init = xen_pci_passthrough_class_init,
     .interfaces = (InterfaceInfo[]) {
         { INTERFACE_CONVENTIONAL_PCI_DEVICE },
+        { INTERFACE_PCIE_DEVICE },
         { },
     },
 };
-- 
2.13.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]