qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Interrupt Remap support for emulated amd viommu
@ 2024-09-27 17:29 Santosh Shukla
  2024-09-27 17:29 ` [PATCH v3 1/5] amd_iommu: Rename variable mmio to mr_mmio Santosh Shukla
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Santosh Shukla @ 2024-09-27 17:29 UTC (permalink / raw)
  To: qemu-devel
  Cc: pbonzini, joao.m.martins, Suravee.Suthikulpanit, vasant.hegde,
	mtosatti, mst, marcel.apfelbaum, santosh.shukla,
	alejandro.j.jimenez

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 lot of devices attached to
VM.

2) IR mode
Shared IR memory region with aliasing approach proposed for the
reason mentioned in 1). Also add support to invalidate Interrupt
remaping table(IRT).

Series based on e10cd93872c31332b002c933a798ab0bc51705a4

Testing:
1. nvme/fio testing for VM with > 255 vCPU with xtsup=on and x2apic
enabled
2. Windows Server 2022 VM testing for > 255 vCPU.

Change History:

v3:
- Incorporated Alejandro's v2 nits comment.

V2:
- https://lore.kernel.org/qemu-devel/20240916143116.169693-1-santosh.shukla@amd.com/

V1:
- https://lore.kernel.org/all/20240904100257.184851-3-santosh.shukla@amd.com/T/

Suravee Suthikulpanit (5):
  amd_iommu: Rename variable mmio to mr_mmio
  amd_iommu: Add support for pass though mode
  amd_iommu: Use shared memory region for Interrupt Remapping
  amd_iommu: Send notification when invalidate interrupt entry cache
  amd_iommu: Check APIC ID > 255 for XTSup

 hw/i386/acpi-build.c |  4 +-
 hw/i386/amd_iommu.c  | 98 +++++++++++++++++++++++++++++++++++---------
 hw/i386/amd_iommu.h  |  5 ++-
 3 files changed, 85 insertions(+), 22 deletions(-)

-- 
2.43.5



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-28 10:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 17:29 [PATCH v3 0/5] Interrupt Remap support for emulated amd viommu Santosh Shukla
2024-09-27 17:29 ` [PATCH v3 1/5] amd_iommu: Rename variable mmio to mr_mmio Santosh Shukla
2024-09-27 17:29 ` [PATCH v3 2/5] amd_iommu: Add support for pass though mode Santosh Shukla
2024-09-27 17:29 ` [PATCH v3 3/5] amd_iommu: Use shared memory region for Interrupt Remapping Santosh Shukla
2024-09-27 17:29 ` [PATCH v3 4/5] amd_iommu: Send notification when invalidate interrupt entry cache Santosh Shukla
2024-09-27 17:29 ` [PATCH v3 5/5] amd_iommu: Check APIC ID > 255 for XTSup Santosh Shukla
2024-10-09  6:05 ` [PATCH v3 0/5] Interrupt Remap support for emulated amd viommu Shukla, Santosh
2024-10-28 10:26   ` Shukla, Santosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).