]> git.proxmox.com Git - mirror_qemu.git/commit
tests/9pfs: Turn fs_mkdir() into a helper
authorGreg Kurz <groug@kaod.org>
Tue, 20 Oct 2020 16:09:41 +0000 (18:09 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Sun, 1 Nov 2020 18:44:29 +0000 (19:44 +0100)
commitc1934f630c131ec487d21949c9b53e1e3f2b8bcb
tree748b6c0c30b39a99bea9e477e5a0022beddcffcd
parent1d98613d7cd488528bc08260185c03ee078c1347
tests/9pfs: Turn fs_mkdir() into a helper

fs_mkdir() isn't a top level test function and thus shouldn't take
the "void *obj, void *data, QGuestAllocator *t_alloc" arguments.
Turn it into a helper to be used by test functions.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <160321018148.266767.15959608711038504029.stgit@bahia.lan>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
tests/qtest/virtio-9p-test.c