qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] hw/misc/pvpanic: add PCI interface support


From: Gerd Hoffmann
Subject: Re: [PATCH 2/4] hw/misc/pvpanic: add PCI interface support
Date: Wed, 20 Jan 2021 14:43:39 +0100

  Hi,

> > +    pc->realize = pvpanic_pci_realizefn;
> > +    pc->vendor_id = PCI_VENDOR_ID_REDHAT;
> > +    pc->device_id = PCI_DEVICE_ID_REDHAT_PVPANIC;
> 
> Please fill out subsystem and subsystem vendor IDs as well:
> pc->subsystem_vendor_id
> pc->subsystem_id 

Not needed, when left blank they are set to the default
qemu subsystem id (1af4:1100) by the pci core.

take care,
  Gerd




reply via email to

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