]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/9p: merge v9fs_tlcreate() and do_lcreate()
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Tue, 4 Oct 2022 20:54:09 +0000 (22:54 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Mon, 24 Oct 2022 10:24:32 +0000 (12:24 +0200)
commitbd4660d49ac64886fb27649138e52d81be161fee
tree0759c5c719696bcc8c590a68513ade3c902cf198
parente11680102af6a9f42ab198a77015696820a1993e
tests/9p: merge v9fs_tlcreate() and do_lcreate()

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

Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <4c01b2caa5f5b54a2020fc92701deadd2abf0571.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