Re: [PATCH v2 11/23] vfio-user: get region info

2023-02-03 Thread Alex Williamson
On Wed, 1 Feb 2023 21:55:47 -0800 John Johnson wrote: > diff --git a/hw/vfio/common.c b/hw/vfio/common.c > index 792e247..d26b325 100644 > --- a/hw/vfio/common.c > +++ b/hw/vfio/common.c > @@ -1584,6 +1584,11 @@ int vfio_region_setup(Object *obj, VFIODevice > *vbasedev, VFIORegion *region, >

[PATCH v2 11/23] vfio-user: get region info

2023-02-01 Thread John Johnson
Add per-region FD to support mmap() of remote device regions Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- hw/vfio/user-protocol.h | 14 + hw/vfio/user.h| 2 ++ include/hw/vfio/vfio-common.h | 5 +++-