Re: [PATCH v3 11/16] libqos: pass full QVirtQueue to set_queue_address()

2019-10-21 Thread Philippe Mathieu-Daudé
On 10/19/19 8:38 AM, 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 Reviewed-by: Sergio Lopez

[PATCH v3 11/16] libqos: pass full QVirtQueue to set_queue_address()

2019-10-19 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 Reviewed-by: Sergio Lopez Reviewed-by: Thomas Huth ---