Re: [Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework

2018-12-12 Thread Philippe Mathieu-Daudé
On 12/3/18 4:32 PM, Paolo Bonzini wrote: > tests: qgraph API for the qtest driver framework > tests/libqos: pci-pc driver and interface nodes > tests/libqos: x86_64/pc machine node > tests/libqos: sdhci driver and interface nodes > tests/libqos: arm/raspi2 machine node > tests/libqos: a

Re: [Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework

2018-12-12 Thread Philippe Mathieu-Daudé
Hi Paolo, On 12/3/18 4:32 PM, Paolo Bonzini wrote: > Patches 1-14 are actually a refactoring of vhost and vhost-user-test so > that it can be "qtested" on all targets that support virtio-net. > > Patches 15-18 are other small refactorings to the libqos library and fixes > to the Makefile. > > Pa

Re: [Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework

2018-12-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1543851204-41186-1-git-send-email-pbonz...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework Message-id: 1543851204

[Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework

2018-12-03 Thread Paolo Bonzini
Patches 1-14 are actually a refactoring of vhost and vhost-user-test so that it can be "qtested" on all targets that support virtio-net. Patches 15-18 are other small refactorings to the libqos library and fixes to the Makefile. Patch 19 is the framework, including unit tests, while the rest is c