Re: [PATCH v1 17/24] vfio-user: dma map/unmap operations

2022-12-15 Thread Cédric Le Goater
On 11/9/22 00:13, John Johnson wrote: Add ability to do async operations during memory transactions Signed-off-by: Jagannathan Raman Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson --- hw/vfio/common.c | 63 +--- hw/vfio/user-protocol.h | 32

[PATCH v1 17/24] vfio-user: dma map/unmap operations

2022-11-08 Thread John Johnson
Add ability to do async operations during memory transactions Signed-off-by: Jagannathan Raman Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson --- hw/vfio/common.c | 63 +--- hw/vfio/user-protocol.h | 32 ++ hw/vfio/user.c| 220