diff options
author | John Snow | 2015-04-28 21:27:51 +0200 |
---|---|---|
committer | John Snow | 2015-04-28 21:27:51 +0200 |
commit | debaaa114a8877a939533ba846e64168fb287b7b (patch) | |
tree | 02d17542e95a486073c161acdacef7a6fa40e63d /tests/libqos/libqos-pc.h | |
parent | qtest/ahci: Add simple flush test (diff) | |
download | qemu-debaaa114a8877a939533ba846e64168fb287b7b.tar.gz qemu-debaaa114a8877a939533ba846e64168fb287b7b.tar.xz qemu-debaaa114a8877a939533ba846e64168fb287b7b.zip |
qtest/ahci: Allow override of default CLI options
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1426018503-821-3-git-send-email-jsnow@redhat.com
Diffstat (limited to 'tests/libqos/libqos-pc.h')
-rw-r--r-- | tests/libqos/libqos-pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libqos/libqos-pc.h b/tests/libqos/libqos-pc.h index 316857d32f..b1820c5739 100644 --- a/tests/libqos/libqos-pc.h +++ b/tests/libqos/libqos-pc.h @@ -3,6 +3,7 @@ #include "libqos/libqos.h" +QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap); QOSState *qtest_pc_boot(const char *cmdline_fmt, ...); void qtest_pc_shutdown(QOSState *qs); |