On Wed, 14 Oct 2020 17:25:35 +0200 Christian Schoenebeck <qemu_...@crudebyte.com> wrote:
> On Donnerstag, 8. Oktober 2020 20:34:56 CEST Christian Schoenebeck wrote: > > All existing 9pfs test cases are using the 'synth' fs driver so far, which > > means they are not accessing real files, but a purely simulated (in RAM > > only) file system. > > > > Let's make this clear by changing the prefix of the individual qtest case > > names from 'fs/' to 'synth/'. That way they'll be easily distinguishable > > from upcoming new 9pfs test cases supposed to be using a different fs > > driver. > > > > Signed-off-by: Christian Schoenebeck <qemu_...@crudebyte.com> > > --- > > tests/qtest/virtio-9p-test.c | 28 ++++++++++++++-------------- > > 1 file changed, 14 insertions(+), 14 deletions(-) > > Queued patches 8 .. 12 on 9p.next: > > https://github.com/cschoenebeck/qemu/commits/9p.next > Hi Chistian, I could only have a quick glimpse at the patches and LGTM. Thanks for taking care. Cheers, -- Greg > Best regards, > Christian Schoenebeck > >