Re: [PATCH] hw: virtio-pmem: detach the element fromt the virtqueue when error occurs

2020-09-10 Thread Pankaj Gupta
Hi Michael, Please add while applying the patch. fixes: 5f503cd9f3 ("virtio-pmem: add virtio device") On Mon, 7 Sep 2020 at 03:38, Li Qiang wrote: > > ping! > > Li Qiang 于2020年8月28日周五 上午9:21写道: > > > > Kindly ping. > > > > Li Qiang 于2020年8月14日周五 上午12:52写道: > > > > > > If error occurs while pr

Re: [PATCH] hw: virtio-pmem: detach the element fromt the virtqueue when error occurs

2020-09-06 Thread Li Qiang
ping! Li Qiang 于2020年8月28日周五 上午9:21写道: > > Kindly ping. > > Li Qiang 于2020年8月14日周五 上午12:52写道: > > > > If error occurs while processing the virtio request we should call > > 'virtqueue_detach_element' to detach the element from the virtqueue > > before free the elem. > > > > Signed-off-by: Li Qia

Re: [PATCH] hw: virtio-pmem: detach the element fromt the virtqueue when error occurs

2020-08-27 Thread Li Qiang
Kindly ping. Li Qiang 于2020年8月14日周五 上午12:52写道: > > If error occurs while processing the virtio request we should call > 'virtqueue_detach_element' to detach the element from the virtqueue > before free the elem. > > Signed-off-by: Li Qiang > --- > hw/virtio/virtio-pmem.c | 1 + > 1 file changed

Re: [PATCH] hw: virtio-pmem: detach the element fromt the virtqueue when error occurs

2020-08-17 Thread Pankaj Gupta
> If error occurs while processing the virtio request we should call > 'virtqueue_detach_element' to detach the element from the virtqueue > before free the elem. > > Signed-off-by: Li Qiang > --- > hw/virtio/virtio-pmem.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/virtio/virtio-

[PATCH] hw: virtio-pmem: detach the element fromt the virtqueue when error occurs

2020-08-13 Thread Li Qiang
If error occurs while processing the virtio request we should call 'virtqueue_detach_element' to detach the element from the virtqueue before free the elem. Signed-off-by: Li Qiang --- hw/virtio/virtio-pmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/virtio/virtio-pmem.c b/hw/virtio