On 26/11/2018 20:59, Juan Quintela wrote: > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > hw/virtio/Makefile.objs | 1 + > hw/virtio/virtio-9p-pci.c | 86 +++++++++++++++++++++++++++++++++++++++ > hw/virtio/virtio-pci.c | 52 ----------------------- > hw/virtio/virtio-pci.h | 20 --------- > 4 files changed, 87 insertions(+), 72 deletions(-) > create mode 100644 hw/virtio/virtio-9p-pci.c >
And what about tests/virtio-9p-test ? except that: Reviewed-by: Laurent Vivier <lviv...@redhat.com>