Re: [PATCH v2 17/23] vfio-user: dma map/unmap operations

2023-02-06 Thread Alex Williamson
On Wed, 1 Feb 2023 21:55:53 -0800 John Johnson wrote: > diff --git a/hw/vfio/common.c b/hw/vfio/common.c > index 6f99907..f04fd20 100644 > --- a/hw/vfio/common.c > +++ b/hw/vfio/common.c > @@ -889,6 +894,29 @@ static bool > vfio_known_safe_misalignment(MemoryRegionSection *section) >

Re: [PATCH v2 17/23] vfio-user: dma map/unmap operations

2023-02-03 Thread Alex Williamson
On Wed, 1 Feb 2023 21:55:53 -0800 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/user-protocol.h | 32 ++ >

[PATCH v2 17/23] vfio-user: dma map/unmap operations

2023-02-01 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/user-protocol.h | 32 ++ include/hw/vfio/vfio-common.h | 4 +- hw/vfio/common.c | 64 +---