Re: [PATCH 0/5] Interrupt Remap support for emulated amd viommu

2024-09-11 Thread Shukla, Santosh
Hi Michael, On 9/11/2024 1:44 AM, Michael S. Tsirkin wrote: > On Wed, Sep 04, 2024 at 05:02:52AM -0500, Santosh Shukla wrote: >> Series adds following feature support for emulated amd vIOMMU >> 1) Pass Through(PT) mode >> 2) Interrupt Remapping(IR) mode >> >> 1) PT mode >> Introducing the shared '

Re: [PATCH 0/5] Interrupt Remap support for emulated amd viommu

2024-09-10 Thread Michael S. Tsirkin
On Wed, Sep 04, 2024 at 05:02:52AM -0500, Santosh Shukla wrote: > Series adds following feature support for emulated amd vIOMMU > 1) Pass Through(PT) mode > 2) Interrupt Remapping(IR) mode > > 1) PT mode > Introducing the shared 'nodma' memory region that can be aliased > by all the devices in the

[PATCH 0/5] Interrupt Remap support for emulated amd viommu

2024-09-04 Thread Santosh Shukla
Series adds following feature support for emulated amd vIOMMU 1) Pass Through(PT) mode 2) Interrupt Remapping(IR) mode 1) PT mode Introducing the shared 'nodma' memory region that can be aliased by all the devices in the PT mode. Shared memory with aliasing approach will help run VM faster when lo