qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/4] pci: Add generic PCIe host bridge


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 2/4] pci: Add generic PCIe host bridge
Date: Thu, 29 Jan 2015 14:25:47 +0000

On 29 January 2015 at 13:59, Alexander Graf <address@hidden> wrote:
> On 27.01.15 16:31, Peter Maydell wrote:
>> On 21 January 2015 at 16:18, Alexander Graf <address@hidden> wrote:
>>> +    dc->vmsd = &vmstate_gpex_root;
>>> +    k->vendor_id = PCI_VENDOR_ID_REDHAT;
>>> +    k->device_id = PCI_DEVICE_ID_REDHAT_BRIDGE;
>>
>> Pretty sure we shouldn't be reusing the PCI bridge IDs
>> for a host bridge. We should allocate ourselves another
>> device ID in the range...
>
> Ah, right, I forgot about that. Unfortunately I can't reserve PCI IDs in
> the Red Hat PCI range.
>
> Michael, what's the process here?

Last time this came up I think Paolo said the official registration
was getting a patch into QEMU master that added a line to the
list in pci.h :-) [ie QEMU is the master source for these IDs]

-- PMM



reply via email to

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