Laurent Vivier 844c82296f libqos: fix qvring_init()
"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 <lvivier@redhat.com>
Message-id: 1474903450-9605-1-git-send-email-lvivier@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2016-09-28 11:21:46 +01:00
..
2016-02-23 12:43:05 +00:00
2016-02-16 14:29:27 +00:00
2016-02-23 12:43:05 +00:00
2016-09-23 10:29:40 +10:00
2015-03-10 14:02:20 +01:00
2016-02-23 12:43:05 +00:00
2014-08-15 18:03:13 +01:00
2016-02-23 12:43:05 +00:00
2016-09-23 10:29:40 +10:00
2016-09-23 10:29:40 +10:00
2014-10-15 05:03:13 +02:00
2016-06-20 11:44:12 +01:00
2015-03-10 14:02:20 +01:00
2016-06-20 11:44:12 +01:00
2016-09-28 11:21:46 +01:00
2016-06-20 11:44:12 +01:00