This series brings some basic functional testing to 9P (only the virtio part actually).
As with other virtio-* qtests, PC platform is assumed. --- Greg Kurz (3): tests: virtio-9p: introduce start/stop functions tests: virtio-9p: add basic configuration test tests: virtio-9p: add basic transaction test tests/Makefile.include | 2 - tests/virtio-9p-test.c | 179 ++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 164 insertions(+), 17 deletions(-) -- Greg