Re: [Qemu-devel] [PATCH v2 13/34] test/qgraph: virtio_start_device function

2018-08-09 Thread Emanuele
On 08/09/2018 03:39 PM, Laurent Vivier wrote: On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: This function is intended to group all the qvirtio_* functions that start the qvirtio devices. Applied in all tests using this combination of functions. Signed-off-by: Emanuele Giuseppe Espos

Re: [Qemu-devel] [PATCH v2 13/34] test/qgraph: virtio_start_device function

2018-08-09 Thread Laurent Vivier
On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: > This function is intended to group all the qvirtio_* functions that > start the qvirtio devices. > Applied in all tests using this combination of functions. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > tests/libqos/virtio.c|

[Qemu-devel] [PATCH v2 13/34] test/qgraph: virtio_start_device function

2018-08-06 Thread Emanuele Giuseppe Esposito
This function is intended to group all the qvirtio_* functions that start the qvirtio devices. Applied in all tests using this combination of functions. Signed-off-by: Emanuele Giuseppe Esposito --- tests/libqos/virtio.c| 8 tests/libqos/virtio.h| 1 + tests/vhost-user-test.c