diff options
author | John Snow | 2015-04-28 21:27:51 +0200 |
---|---|---|
committer | John Snow | 2015-04-28 21:27:51 +0200 |
commit | 72c85e949fd162b039614d588d94393ff3e2dae3 (patch) | |
tree | c858b329c3c75849924a3a5ff9ae1de5d0432b44 /tests/libqos/libqos.h | |
parent | libqtest: add qmp_async (diff) | |
download | qemu-72c85e949fd162b039614d588d94393ff3e2dae3.tar.gz qemu-72c85e949fd162b039614d588d94393ff3e2dae3.tar.xz qemu-72c85e949fd162b039614d588d94393ff3e2dae3.zip |
libqos: add blkdebug_prepare_script
Pull this helper out of ide-test and into libqos,
to be shared with ahci-test.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1426018503-821-6-git-send-email-jsnow@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 8cb298729d..f57362b688 100644 --- a/tests/libqos/libqos.h +++ b/tests/libqos/libqos.h @@ -21,6 +21,7 @@ QOSState *qtest_boot(QOSOps *ops, const char *cmdline_fmt, ...); void qtest_shutdown(QOSState *qs); void mkimg(const char *file, const char *fmt, unsigned size_mb); void mkqcow2(const char *file, unsigned size_mb); +void prepare_blkdebug_script(const char *debug_fn, const char *event); static inline uint64_t qmalloc(QOSState *q, size_t bytes) { |