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

2022-01-19 Thread Stefan Hajnoczi
, Cloud Infrastructure Service Product Dept.) > > > > Cc: m...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > > coh...@redhat.com; pbonz...@redhat.com; Gonglei (Arei) > > ; Yechuan ; Huangzhichao > > ; qemu-devel@nongnu.org > > Subject: Re: [RFC 05/10]

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

2022-01-17 Thread longpeng2--- via
...@redhat.com; pbonz...@redhat.com; Gonglei (Arei) > ; Yechuan ; Huangzhichao > ; qemu-devel@nongnu.org > Subject: Re: [RFC 05/10] vdpa-dev: implement the realize interface > > On Thu, Jan 06, 2022 at 03:02:37AM +, Longpeng (Mike, Cloud Infrastructure > Service Product Dept.) wro

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

2022-01-06 Thread Stefan Hajnoczi
ng (Mike, Cloud Infrastructure Service Product Dept.) > > > > Cc: m...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > > coh...@redhat.com; pbonz...@redhat.com; Gonglei (Arei) > > ; Yechuan ; Huangzhichao > > ; qemu-devel@nongnu.org > > Subject: Re: [RFC 05/10]

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

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

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

2022-01-05 Thread Stefan Hajnoczi
On Wed, Jan 05, 2022 at 08:58:55AM +0800, Longpeng(Mike) wrote: > From: Longpeng > > Implements the .realize interface. > > Signed-off-by: Longpeng > --- > hw/virtio/vdpa-dev.c | 114 +++ > include/hw/virtio/vdpa-dev.h | 8 +++ > 2 files changed, 122 i

[RFC 05/10] vdpa-dev: implement the realize interface

2022-01-04 Thread Longpeng(Mike)
From: Longpeng Implements the .realize interface. Signed-off-by: Longpeng --- hw/virtio/vdpa-dev.c | 114 +++ include/hw/virtio/vdpa-dev.h | 8 +++ 2 files changed, 122 insertions(+) diff --git a/hw/virtio/vdpa-dev.c b/hw/virtio/vdpa-dev.c index 79011