Re: [PATCH v2] tests/9p: split virtio-9p-test.c into tests and 9p client part

2022-10-01 Thread Christian Schoenebeck
On Donnerstag, 29. September 2022 13:41:06 CEST Christian Schoenebeck wrote: > This patch is pure refactoring, it does not change behaviour. > > virtio-9p-test.c grew to 1657 lines. Let's split this file up between > actual 9p test cases vs. 9p test client, to make it easier to > concentrate on th

[PATCH v2] tests/9p: split virtio-9p-test.c into tests and 9p client part

2022-09-29 Thread Christian Schoenebeck
This patch is pure refactoring, it does not change behaviour. virtio-9p-test.c grew to 1657 lines. Let's split this file up between actual 9p test cases vs. 9p test client, to make it easier to concentrate on the actual 9p tests. Move the 9p test client code to a new unit virtio-9p-client.c, whic