Re: [Qemu-devel] [RFC v2 2/8] virtio: memory cache for packed ring

2018-09-20 Thread Maxime Coquelin
On 06/05/2018 09:07 PM, w...@redhat.com wrote: From: Wei Xu Mostly reuse memory cache with 1.0 except for the offset calculation. Signed-off-by: Wei Xu --- hw/virtio/virtio.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/hw/virtio/vir

Re: [Qemu-devel] [RFC v2 2/8] virtio: memory cache for packed ring

2018-06-19 Thread Wei Xu
On Wed, Jun 06, 2018 at 10:53:07AM +0800, Jason Wang wrote: > > > On 2018年06月06日 03:07, w...@redhat.com wrote: > >From: Wei Xu > > > >Mostly reuse memory cache with 1.0 except for the offset calculation. > > > >Signed-off-by: Wei Xu > >--- > > hw/virtio/virtio.c | 29 --

Re: [Qemu-devel] [RFC v2 2/8] virtio: memory cache for packed ring

2018-06-13 Thread Paolo Bonzini
On 05/06/2018 21:07, w...@redhat.com wrote: > From: Wei Xu > > Mostly reuse memory cache with 1.0 except for the offset calculation. > > Signed-off-by: Wei Xu > --- > hw/virtio/virtio.c | 29 - > 1 file changed, 20 insertions(+), 9 deletions(-) > > diff --git a/hw/

Re: [Qemu-devel] [RFC v2 2/8] virtio: memory cache for packed ring

2018-06-05 Thread Jason Wang
On 2018年06月06日 03:07, w...@redhat.com wrote: From: Wei Xu Mostly reuse memory cache with 1.0 except for the offset calculation. Signed-off-by: Wei Xu --- hw/virtio/virtio.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/hw/virtio/virti

[Qemu-devel] [RFC v2 2/8] virtio: memory cache for packed ring

2018-06-05 Thread wexu
From: Wei Xu Mostly reuse memory cache with 1.0 except for the offset calculation. Signed-off-by: Wei Xu --- hw/virtio/virtio.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index e192a9a..f6c0689 1006