diff options
Diffstat (limited to 'tests/qtest/libqos/virtio-9p.h')
-rw-r--r-- | tests/qtest/libqos/virtio-9p.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qtest/libqos/virtio-9p.h b/tests/qtest/libqos/virtio-9p.h index 19a4d97454..480727120e 100644 --- a/tests/qtest/libqos/virtio-9p.h +++ b/tests/qtest/libqos/virtio-9p.h @@ -45,6 +45,16 @@ struct QVirtio9PDevice { }; /** + * Creates the directory for the 9pfs 'local' filesystem driver to access. + */ +void virtio_9p_create_local_test_dir(void); + +/** + * Deletes directory previously created by virtio_9p_create_local_test_dir(). + */ +void virtio_9p_remove_local_test_dir(void); + +/** * Prepares QEMU command line for 9pfs tests using the 'local' fs driver. */ void virtio_9p_assign_local_driver(GString *cmd_line, const char *args); |