Re: [Qemu-devel] [PATCH v2 3/6] libqos: use generic qtest_shutdown()

2016-09-27 Thread Greg Kurz
On Tue, 27 Sep 2016 20:55:56 +0200 Laurent Vivier wrote: > Machine specific shutdown function can be registered by > the machine specific qtest_XXX_boot() if needed. > > So we will not have to test twice the architecture (on boot and on > shutdown) if the test can be run on several architectures

[Qemu-devel] [PATCH v2 3/6] libqos: use generic qtest_shutdown()

2016-09-27 Thread Laurent Vivier
Machine specific shutdown function can be registered by the machine specific qtest_XXX_boot() if needed. So we will not have to test twice the architecture (on boot and on shutdown) if the test can be run on several architectures. Signed-off-by: Laurent Vivier --- tests/libqos/libqos-pc.c|