Re: [RFC 06/10] vdpa-dev: implement the unrealize interface

2022-01-10 Thread Stefano Garzarella
.) Cc: stefa...@redhat.com; m...@redhat.com; jasow...@redhat.com; coh...@redhat.com; pbonz...@redhat.com; Gonglei (Arei) ; Yechuan ; Huangzhichao ; qemu-devel@nongnu.org Subject: Re: [RFC 06/10] vdpa-dev: implement the unrealize interface On Wed, Jan 05, 2022 at 08:58:56AM +0800, Longpeng(Mike

RE: [RFC 06/10] vdpa-dev: implement the unrealize interface

2022-01-05 Thread longpeng2--- via
...@redhat.com; pbonz...@redhat.com; Gonglei (Arei) > ; Yechuan ; Huangzhichao > ; qemu-devel@nongnu.org > Subject: Re: [RFC 06/10] vdpa-dev: implement the unrealize interface > > On Wed, Jan 05, 2022 at 08:58:56AM +0800, Longpeng(Mike) wrote: > >From: Longpeng > > > >Imp

Re: [RFC 06/10] vdpa-dev: implement the unrealize interface

2022-01-05 Thread Stefano Garzarella
On Wed, Jan 05, 2022 at 08:58:56AM +0800, Longpeng(Mike) wrote: From: Longpeng Implements the .unrealize interface. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/hw/virtio/vdpa-dev.c b/hw/virtio/vdpa-

[RFC 06/10] vdpa-dev: implement the unrealize interface

2022-01-04 Thread Longpeng(Mike)
From: Longpeng Implements the .unrealize interface. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/hw/virtio/vdpa-dev.c b/hw/virtio/vdpa-dev.c index 2d534d837a..4e4dd3d201 100644 --- a/hw/virtio/vdpa-d