Re: [PATCH] vfio/container: pass MemoryRegion to DMA operations

2025-05-23 Thread Steven Sistare
On 5/23/2025 2:24 AM, Cédric Le Goater wrote: On 5/22/25 19:30, Steven Sistare wrote: On 5/22/2025 1:20 PM, Cédric Le Goater wrote: On 5/21/25 23:55, John Levon wrote: Pass through the MemoryRegion to DMA operation handlers of vfio containers. The vfio-user container will need this later, to t

Re: [PATCH] vfio/container: pass MemoryRegion to DMA operations

2025-05-22 Thread Cédric Le Goater
On 5/22/25 19:30, Steven Sistare wrote: On 5/22/2025 1:20 PM, Cédric Le Goater wrote: On 5/21/25 23:55, John Levon wrote: Pass through the MemoryRegion to DMA operation handlers of vfio containers. The vfio-user container will need this later, to translate the vaddr into an offset for the dma m

Re: [PATCH] vfio/container: pass MemoryRegion to DMA operations

2025-05-22 Thread Steven Sistare
On 5/22/2025 1:20 PM, Cédric Le Goater wrote: On 5/21/25 23:55, John Levon wrote: Pass through the MemoryRegion to DMA operation handlers of vfio containers. The vfio-user container will need this later, to translate the vaddr into an offset for the dma map vfio-user message; CPR will also will

Re: [PATCH] vfio/container: pass MemoryRegion to DMA operations

2025-05-22 Thread Cédric Le Goater
On 5/21/25 23:55, John Levon wrote: Pass through the MemoryRegion to DMA operation handlers of vfio containers. The vfio-user container will need this later, to translate the vaddr into an offset for the dma map vfio-user message; CPR will also will need this. Originally-by: John Johnson Signed

Re: [PATCH] vfio/container: pass MemoryRegion to DMA operations

2025-05-21 Thread John Levon
On Wed, May 21, 2025 at 10:55:34PM +0100, John Levon wrote: > Pass through the MemoryRegion to DMA operation handlers of vfio > containers. The vfio-user container will need this later, to translate > the vaddr into an offset for the dma map vfio-user message; CPR will > also will need this. Sent

[PATCH] vfio/container: pass MemoryRegion to DMA operations

2025-05-21 Thread John Levon
Pass through the MemoryRegion to DMA operation handlers of vfio containers. The vfio-user container will need this later, to translate the vaddr into an offset for the dma map vfio-user message; CPR will also will need this. Originally-by: John Johnson Signed-off-by: Jagannathan Raman Signed-off