Re: [Qemu-devel] [PATCH 1/8] virtio: feature bit, data structure for packed ring

2018-06-03 Thread Wei Xu
On Tue, Apr 10, 2018 at 03:05:24PM +0800, Jason Wang wrote: > > > On 2018年04月04日 20:53, w...@redhat.com wrote: > >From: Wei Xu > > > >Only minimum definitions from the spec are included > >for prototype. > > > >Signed-off-by: Wei Xu > >--- > > hw/virtio/virtio.c | 4

Re: [Qemu-devel] [PATCH 1/8] virtio: feature bit, data structure for packed ring

2018-04-10 Thread Jason Wang
On 2018年04月04日 20:53, w...@redhat.com wrote: From: Wei Xu Only minimum definitions from the spec are included for prototype. Signed-off-by: Wei Xu --- hw/virtio/virtio.c | 47 +++--- include/hw/virtio/virtio.h | 12 +

[Qemu-devel] [PATCH 1/8] virtio: feature bit, data structure for packed ring

2018-04-04 Thread wexu
From: Wei Xu Only minimum definitions from the spec are included for prototype. Signed-off-by: Wei Xu --- hw/virtio/virtio.c | 47 +++--- include/hw/virtio/virtio.h | 12 ++- include/standard-headers/linux/virtio_config.h