diff options
author | John Snow <jsnow@redhat.com> | 2015-01-19 15:15:52 -0500 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2015-02-16 14:36:03 +0000 |
commit | f1518d1192a1a9387f881919897fbb0101ad3426 (patch) | |
tree | d73b84131d94f7f90d248a8c19485ba57cef36d8 /tests/libqos/libqos.h | |
parent | dd0029c0f44d5121c64a02d3aa0440283fb72fcd (diff) |
libqos: add qtest_vboot
Add a va_list variant of the qtest_boot function.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1421698563-6977-5-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/libqos/libqos.h')
-rw-r--r-- | tests/libqos/libqos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libqos/libqos.h b/tests/libqos/libqos.h index 7a106f24e9..7ae0a8d600 100644 --- a/tests/libqos/libqos.h +++ b/tests/libqos/libqos.h @@ -10,6 +10,7 @@ typedef struct QOSState { QGuestAllocator *alloc; } QOSState; +QOSState *qtest_vboot(const char *cmdline_fmt, va_list ap); QOSState *qtest_boot(const char *cmdline_fmt, ...); void qtest_shutdown(QOSState *qs); |