Re: [PATCH 4/4] tests/qtest: add a test case for pvpanic-pci

2021-01-19 Thread Peter Maydell
On Fri, 15 Jan 2021 at 19:23, Mihai Carabas wrote: > > Add a test case for pvpanic-pci device. The scenario is the same as pvpapnic "pvpanic" > ISA device, but is using the PCI bus. > > Signed-off-by: Mihai Carabas Otherwise Reviewed-by: Peter Maydell thanks -- PMM

Re: [PATCH 4/4] tests/qtest: add a test case for pvpanic-pci

2021-01-17 Thread Thomas Huth
On 15/01/2021 19.34, Mihai Carabas wrote: Add a test case for pvpanic-pci device. The scenario is the same as pvpapnic ISA device, but is using the PCI bus. Signed-off-by: Mihai Carabas --- tests/qtest/meson.build| 1 + tests/qtest/pvpanic-pci-test.c | 62

[PATCH 4/4] tests/qtest: add a test case for pvpanic-pci

2021-01-15 Thread Mihai Carabas
Add a test case for pvpanic-pci device. The scenario is the same as pvpapnic ISA device, but is using the PCI bus. Signed-off-by: Mihai Carabas --- tests/qtest/meson.build| 1 + tests/qtest/pvpanic-pci-test.c | 62 ++ 2 files changed, 63