Re: [PATCH v2 3/7] libqos: pass full QVirtQueue to set_queue_address()

2019-10-16 Thread Thomas Huth
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 > --- >

Re: [PATCH v2 3/7] libqos: pass full QVirtQueue to set_queue_address()

2019-10-11 Thread Sergio Lopez
Stefan Hajnoczi writes: > 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 > --- > tests/libqos/virtio.h | 2

[PATCH v2 3/7] libqos: pass full QVirtQueue to set_queue_address()

2019-10-11 Thread Stefan Hajnoczi
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 --- tests/libqos/virtio.h | 2 +- tests/libqos/virtio-mmio.c | 6 --