On 11/10/2019 10.56, Stefan Hajnoczi wrote: > Instead of just passing the vring page frame number, pass the full > QVirtQueue. This will allow the VIRTIO 1.0 transport to program the > fine-grained vring address registers in the future. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > tests/libqos/virtio.h | 2 +- > tests/libqos/virtio-mmio.c | 6 ++++-- > tests/libqos/virtio-pci.c | 6 ++++-- > 3 files changed, 9 insertions(+), 5 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>