qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6] Add support for pvpanic pci device


From: Mihai Carabas
Subject: Re: [PATCH v6] Add support for pvpanic pci device
Date: Wed, 27 Jan 2021 20:49:43 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

La 27.01.2021 19:47, Peter Maydell a scris:
On Wed, 27 Jan 2021 at 15:46, Mihai Carabas <mihai.carabas@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




reply via email to

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