RE: [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface

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

RE: [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface

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

Re: [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-01-05 Thread Stefano Garzarella
On Wed, Jan 05, 2022 at 08:58:54AM +0800, Longpeng(Mike) wrote: From: Longpeng Implements the .instance_init and the .class_init interface. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev-pci.c | 80 +++- hw/virtio/vdpa-dev.c | 68

Re: [RFC 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-01-05 Thread Stefan Hajnoczi
On Wed, Jan 05, 2022 at 08:58:54AM +0800, Longpeng(Mike) wrote: > From: Longpeng > > Implements the .instance_init and the .class_init interface. > > Signed-off-by: Longpeng > --- > hw/virtio/vdpa-dev-pci.c | 80 +++- > hw/virtio/vdpa-dev.c | 68

[RFC 04/10] vdpa-dev: implement the instance_init/class_init interface

2022-01-04 Thread Longpeng(Mike)
From: Longpeng Implements the .instance_init and the .class_init interface. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev-pci.c | 80 +++- hw/virtio/vdpa-dev.c | 68 +- include/hw/virtio/vdpa-dev.h | 2 + 3 files changed