summaryrefslogtreecommitdiff
path: root/tests/ide-test.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2013-06-20 08:55:29 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-07-18 11:32:55 -0500
commit1d9358e686125c125b52529fa68baf36aa2d0d09 (patch)
treeef3640b3e4fdbaaca484154e8f0283e7335334e0 /tests/ide-test.c
parentfdd26fca3ce66863e547560fbde1a444fc5d71b7 (diff)
downloadqemu-1d9358e686125c125b52529fa68baf36aa2d0d09.tar.gz
libqtest: New qtest_end() to go with qtest_start()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1371711329-9144-3-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests/ide-test.c')
-rw-r--r--tests/ide-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ide-test.c b/tests/ide-test.c
index 7e2eb9455a..7307f1d336 100644
--- a/tests/ide-test.c
+++ b/tests/ide-test.c
@@ -122,7 +122,7 @@ static void ide_test_start(const char *cmdline_fmt, ...)
static void ide_test_quit(void)
{
- qtest_quit(global_qtest);
+ qtest_end();
}
static QPCIDevice *get_pci_device(uint16_t *bmdma_base)