Re: [Qemu-devel] [PATCH 00/33] Qtest driver framework

2018-08-16 Thread Emanuele
On 15/08/2018 14:38, Markus Armbruster wrote: Emanuele Giuseppe Esposito writes: Qgraph API for the qtest driver framework This series of patches introduce a different qtest driver organization, viewing machines, drivers and tests as node in a graph, each having one or multiple edges relation

Re: [Qemu-devel] [PATCH 00/33] Qtest driver framework

2018-08-15 Thread Markus Armbruster
Emanuele Giuseppe Esposito writes: > Qgraph API for the qtest driver framework > > This series of patches introduce a different qtest driver > organization, viewing machines, drivers and tests as node in a > graph, each having one or multiple edges relations. > > The idea is to have a framework w

Re: [Qemu-devel] [PATCH 00/33] Qtest driver framework

2018-08-13 Thread Michael S. Tsirkin
On Mon, Aug 13, 2018 at 12:14:20PM +0200, Emanuele Giuseppe Esposito wrote: > Qgraph API for the qtest driver framework > > This series of patches introduce a different qtest driver > organization, viewing machines, drivers and tests as node in a > graph, each having one or multiple edges relation

[Qemu-devel] [PATCH 00/33] Qtest driver framework

2018-08-13 Thread Emanuele Giuseppe Esposito
Qgraph API for the qtest driver framework This series of patches introduce a different qtest driver organization, viewing machines, drivers and tests as node in a graph, each having one or multiple edges relations. The idea is to have a framework where each test asks for a specific driver, and th