Re: [Qemu-devel] [PATCH] virtio: fix descriptor counting in virtqueue_pop

2017-11-10 Thread Michael S. Tsirkin
dac2664b there. > > > > Regards, > > > > Alexandre > > > > > > - Mail original - > > De: "Wolfgang Bumiller" <w.bumil...@proxmox.com> > > À: "qemu-devel" <qemu-devel@nongnu.org> > > Cc: "pbonzini&quo

Re: [Qemu-devel] [PATCH] virtio: fix descriptor counting in virtqueue_pop

2017-11-10 Thread Stefan Hajnoczi
> Cc: "pbonzini" <pbonz...@redhat.com>, "Michael S. Tsirkin" <m...@redhat.com> > Envoyé: Mercredi 20 Septembre 2017 08:09:33 > Objet: [Qemu-devel] [PATCH] virtio: fix descriptor counting in virtqueue_pop > > While changing the s/g list alloc

Re: [Qemu-devel] [PATCH] virtio: fix descriptor counting in virtqueue_pop

2017-10-05 Thread Alexandre DERUMIER
vel@nongnu.org> Cc: "pbonzini" <pbonz...@redhat.com>, "Michael S. Tsirkin" <m...@redhat.com> Envoyé: Mercredi 20 Septembre 2017 08:09:33 Objet: [Qemu-devel] [PATCH] virtio: fix descriptor counting in virtqueue_pop While changing the s/g list allocation, commit 3b3b0

[Qemu-devel] [PATCH] virtio: fix descriptor counting in virtqueue_pop

2017-09-20 Thread Wolfgang Bumiller
While changing the s/g list allocation, commit 3b3b0628 also changed the descriptor counting to count iovec entries as split by cpu_physical_memory_map(). Previously only the actual descriptor entries were counted and the split into the iovec happened afterwards in virtqueue_map(). Count the