Re: [PATCH v3 05/10] vdpa-dev: implement the realize interface

2022-03-29 Thread Stefano Garzarella
On Tue, Mar 29, 2022 at 7:16 AM Longpeng (Mike, Cloud Infrastructure Service Product Dept.) wrote: > > On Sat, Mar 19, 2022 at 03:20:07PM +0800, Longpeng(Mike) wrote: > > >From: Longpeng > > > > > [snap] > > > > static void vhost_vdpa_device_unrealize(DeviceState *dev) > > >@@ -66,6 +197,7 @@ sta

RE: [PATCH v3 05/10] vdpa-dev: implement the realize interface

2022-03-28 Thread longpeng2--- via
ini ; > Gonglei (Arei) ; Yechuan ; > Huangzhichao ; qemu devel list > > Subject: Re: [PATCH v3 05/10] vdpa-dev: implement the realize interface > > On Sat, Mar 19, 2022 at 03:20:07PM +0800, Longpeng(Mike) wrote: > >From: Longpeng > > [snap] > > static void vhost_v

RE: [PATCH v3 05/10] vdpa-dev: implement the realize interface

2022-03-28 Thread longpeng2--- via
ini ; > Gonglei (Arei) ; Yechuan ; > Huangzhichao ; qemu devel list > > Subject: Re: [PATCH v3 05/10] vdpa-dev: implement the realize interface > > On Sat, Mar 19, 2022 at 03:20:07PM +0800, Longpeng(Mike) wrote: > >From: Longpeng > > > >Implements the .realize interf

Re: [PATCH v3 05/10] vdpa-dev: implement the realize interface

2022-03-28 Thread Stefano Garzarella
On Sat, Mar 19, 2022 at 03:20:07PM +0800, Longpeng(Mike) wrote: >From: Longpeng > >Implements the .realize interface. > >Signed-off-by: Longpeng >--- > hw/virtio/vdpa-dev-pci.c | 18 - > hw/virtio/vdpa-dev.c | 132 +++ > include/hw/virtio/vdpa-dev.h