Re: [PATCH v1 11/24] vfio-user: get region info

2022-12-13 Thread Cédric Le Goater
On 11/9/22 00:13, John Johnson wrote: 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/common.c | 32 --- hw/vfio/user-protocol.h | 1

Re: [PATCH v1 11/24] vfio-user: get region info

2022-12-09 Thread John Levon
On Tue, Nov 08, 2022 at 03:13:33PM -0800, John Johnson wrote: > Add per-region FD to support mmap() of remote device regions > > +/* > + * VFIO_USER_DEVICE_GET_REGION_INFO > + * imported from struct_vfio_region_info s/struct_vfio_region_info/struct vfio_region_info/ regards john

[PATCH v1 11/24] vfio-user: get region info

2022-11-08 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/common.c | 32 --- hw/vfio/user-protocol.h | 14 ++ hw/vfio/user.c