La 27.01.2021 19:47, Peter Maydell a scris:
On Wed, 27 Jan 2021 at 15:46, Mihai Carabas <mihai.cara...@oracle.com> wrote:
This patchset adds support for pvpanic pci device.
v3:
- patch 1: made pvpanic isa device available only for PC, compile pvpanic-test
only when isa device is present
- patch 2: fixed device id to 0x0011, used OBJECT_DECLARE_TYPE,
PVPANIC_PCI_DEVICE, added VMSTATE_PCI_DEVICE, removed INTERFACE_PCIE_DEVICE
- patch 3: fixed documentation
- patch 4: add a qtest for pvpanic-pci
v4:
- added Rb/Ack on patches
- modify test case to include -action parameter that was recently added and also
to be on par with the pvpanic ISA device testing
v5:
- added subsystem_vendor_id and subsystem_id needed for MS WHQL tests
v6:
- removed subsystem_vendor_id and subsystem_id as they are filed out by default
if empty
- do not compile pvpanic-pci-test for ppc64 as we our tests do not support that
platform
Why doesn't the test work on PPC ?
I have to re-write the test suite in order to use a PCI bus specific to
pp64 platform. If we want to have test cases for ppc64, I can do this
with additional logic.
Thank you,
Mihai