]> git.proxmox.com Git - mirror_qemu.git/commit
virtio: basic structure for packed ring
authorWei Xu <wexu@redhat.com>
Fri, 25 Oct 2019 08:35:20 +0000 (10:35 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 25 Oct 2019 11:46:22 +0000 (07:46 -0400)
commita40dcec9fcbf63bcdc013bb20970651b237203ef
tree9437c4f52973419fb9dff96a8152969d87955410
parent58560ad254fbda71d4daa6622d71683190070ee2
virtio: basic structure for packed ring

Define packed ring structure according to Qemu nomenclature,
field data(wrap counter, etc) are also included.

Signed-off-by: Wei Xu <wexu@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Eugenio PĂ©rez <eperezma@redhat.com>
Reviewed-by: Jens Freimann <jfreimann@redhat.com>
Message-Id: <20191025083527.30803-2-eperezma@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/virtio.c