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 <[email protected]>
Berto