On 23/02/2021 15.46, Stefan Hajnoczi wrote:
Tests that manage multiple processes may wish to kill QEMU before
destroying the QTestState. Expose a function to do that.
The vhost-user-blk-test testcase will need this.
Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <waine...@redhat.com>
---
tests/qtest/libqos/libqtest.h | 11 +++++++++++
tests/qtest/libqtest.c | 7 ++++---
2 files changed, 15 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>