From f66e7ac88c18be9f52add5e1a94de1fc6db3eefb Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 3 Mar 2017 13:32:23 +0100 Subject: qmp-test: New, covering basic QMP protocol Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Message-Id: <1488544368-30622-4-git-send-email-armbru@redhat.com> --- tests/libqtest.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/libqtest.h') diff --git a/tests/libqtest.h b/tests/libqtest.h index 90f182e1d8..2c9962d94f 100644 --- a/tests/libqtest.h +++ b/tests/libqtest.h @@ -31,6 +31,14 @@ extern QTestState *global_qtest; */ QTestState *qtest_init(const char *extra_args); +/** + * qtest_init_without_qmp_handshake: + * @extra_args: other arguments to pass to QEMU. + * + * Returns: #QTestState instance. + */ +QTestState *qtest_init_without_qmp_handshake(const char *extra_args); + /** * qtest_quit: * @s: #QTestState instance to operate on. -- cgit 1.4.1