Re: [Qemu-devel] [PATCH V5 1/6] virtio: basic structure for packed ring

2019-08-02 Thread Jens Freimann
On Fri, Aug 02, 2019 at 12:06:01AM -0400, Jason Wang wrote: From: Wei Xu Define packed ring structure according to Qemu nomenclature, field data(wrap counter, etc) are also included. Signed-off-by: Wei Xu Signed-off-by: Jason Wang --- hw/virtio/virtio.c | 15 +++ 1 file changed,

[Qemu-devel] [PATCH V5 1/6] virtio: basic structure for packed ring

2019-08-01 Thread Jason Wang
From: Wei Xu Define packed ring structure according to Qemu nomenclature, field data(wrap counter, etc) are also included. Signed-off-by: Wei Xu Signed-off-by: Jason Wang --- hw/virtio/virtio.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/hw/virtio/virtio.c