On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: > Add virtio-mmio node in qgraph framework. > virtio-mmio produces virtio, the interface consumed by all virtio-*-device > nodes. > > Being a memory-mapped device, it doesn't have to provide a constructor > to qgraph, since it's always "contained" inside some other nodes. > > Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuse...@gmail.com> > --- > tests/libqos/virtio-mmio.c | 70 ++++++++++++++++++++++++++++---------- > tests/libqos/virtio-mmio.h | 4 +++ > 2 files changed, 56 insertions(+), 18 deletions(-)
Reviewed-by: Laurent Vivier <lviv...@redhat.com>