qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [Qemu-devel] [PATCH 4/5] pci: Add INTERFACE_LEGACY_PCI_DE


From: Alberto Garcia
Subject: Re: [Qemu-ppc] [Qemu-devel] [PATCH 4/5] pci: Add INTERFACE_LEGACY_PCI_DEVICE to legacy PCI devices
Date: Mon, 28 Aug 2017 10:40:10 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

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 <address@hidden>

Berto



reply via email to

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