]> git.proxmox.com Git - mirror_qemu.git/commit
tests/9p: merge v9fs_tmkdir() and do_mkdir()
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Tue, 4 Oct 2022 20:54:06 +0000 (22:54 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Mon, 24 Oct 2022 10:24:32 +0000 (12:24 +0200)
commite11680102af6a9f42ab198a77015696820a1993e
tree5ab493d5f8007f64bb390424255335e8f808d4b1
parentd89146fd16775aa734b1e67b8fdee0301ad80cf5
tests/9p: merge v9fs_tmkdir() and do_mkdir()

As with previous patches, unify those 2 functions into a single function
v9fs_tmkdir() by using a declarative function arguments approach.

Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <b87b2c972921df980440ff5b2d3e6bb8163d6551.1664917004.git.qemu_oss@crudebyte.com>
tests/qtest/libqos/virtio-9p-client.c
tests/qtest/libqos/virtio-9p-client.h
tests/qtest/virtio-9p-test.c