[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Qemu-devel] [PATCH 4/5] pci: Add INTERFACE_LEGACY_PCI_DEVICE to legacy PCI devices
On Fri 25 Aug 2017 09:39:22 PM CEST, Eduardo Habkost wrote: > CCing maintainers of affected devices (sorry for not CCing you > before). >> diff --git a/hw/ipack/tpci200.c b/hw/ipack/tpci200.c >> index 4dfa6b3..e380378 100644 >> --- a/hw/ipack/tpci200.c >> +++ b/hw/ipack/tpci200.c >> @@ -646,6 +646,10 @@ static const TypeInfo tpci200_info = { >> .parent = TYPE_PCI_DEVICE, >> .instance_size = sizeof(TPCI200State), >> .class_init = tpci200_class_init, >> + .interfaces = (InterfaceInfo[]) { >> + { INTERFACE_LEGACY_PCI_DEVICE }, >> + { }, >> + }, >> }; Acked-by: Alberto Garcia <berto@xxxxxxxxxx> Berto _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |