On Mon, Sep 26, 2016 at 05:24:10PM +0200, Laurent Vivier wrote:
> "vq->desc[i].addr" is a 64bit value,
> so write it with writeq(), not writew().
> 
> struct vring_desc {
>     __virtio64 addr;
>     __virtio32 len;
>     __virtio16 flags;
>     __virtio16 next;
> };
> 
> Signed-off-by: Laurent Vivier <[email protected]>
> ---
>  tests/libqos/virtio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan

Attachment: signature.asc
Description: PGP signature

Reply via email to