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: Mihai Carabas
Subject: Re: [PATCH 2/4] hw/misc/pvpanic: add PCI interface support
Date: Wed, 20 Jan 2021 16:05:03 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

La 20.01.2021 15:43, Gerd Hoffmann a scris:
   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.

Thank you!

@Peter: You can grab v4 if this is not needed.




reply via email to

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