Re: [Qemu-devel] [PATCH RFC 0/1] qtest: Generic PCI device test

2015-02-12 Thread Markus Armbruster
Andreas Färber writes: > Hi Markus, > > Again thanks for digging into this. > > Am 29.01.2015 um 15:58 schrieb Markus Armbruster: >> This test does everything a number of existing tests currently do: >> >> ac97-test.c e1000-test.c es1370-test.c eepro100-test.c >> ne2000-test.c nvme-test.

Re: [Qemu-devel] [PATCH RFC 0/1] qtest: Generic PCI device test

2015-01-29 Thread John Snow
On 01/29/2015 09:58 AM, Markus Armbruster wrote: The test uses QMP introspection to find PCI devices, then tries to cold-plug each of them. Could be extended to hot-plug and unplug. The tests' QMP introspection part is patterned after Andreas's qom-test, which uses QMP to find machine types.

Re: [Qemu-devel] [PATCH RFC 0/1] qtest: Generic PCI device test

2015-01-29 Thread Andreas Färber
Hi Markus, Again thanks for digging into this. Am 29.01.2015 um 15:58 schrieb Markus Armbruster: > This test does everything a number of existing tests currently do: > > ac97-test.c e1000-test.c es1370-test.c eepro100-test.c > ne2000-test.c nvme-test.c pcnet-test.c rtl8139-test.c > t

[Qemu-devel] [PATCH RFC 0/1] qtest: Generic PCI device test

2015-01-29 Thread Markus Armbruster
The test uses QMP introspection to find PCI devices, then tries to cold-plug each of them. Could be extended to hot-plug and unplug. The tests' QMP introspection part is patterned after Andreas's qom-test, which uses QMP to find machine types. The following devices pass the test: AC97