This series brings some basic functional testing to 9P (only the virtio
part actually).
As with other virtio-* qtests, PC platform is assumed.
This v3 fixes the endianness issue in patch 3/3.
---
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 | 182 ++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 167 insertions(+), 17 deletions(-)
--
Greg