All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iommu/x86: unify RMRR/IVMD range checks
@ 2024-02-07 15:34 Roger Pau Monne
  2024-02-07 15:34 ` [PATCH v2 1/2] iommu/x86: introduce a generic IVMD/RMRR range validity helper Roger Pau Monne
  2024-02-07 15:34 ` [PATCH v2 2/2] iommu/vt-d: switch to common RMRR checker Roger Pau Monne
  0 siblings, 2 replies; 14+ messages in thread
From: Roger Pau Monne @ 2024-02-07 15:34 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper, Wei Liu,
	Paul Durrant, Kevin Tian

Hello,

The following patches unify the check for the RMRR/IVMD ranges in a
common function, using the IVMD as the basis.

Thanks, Roger.

Roger Pau Monne (2):
  iommu/x86: introduce a generic IVMD/RMRR range validity helper
  iommu/vt-d: switch to common RMRR checker

 xen/arch/x86/include/asm/iommu.h         |  3 ++
 xen/drivers/passthrough/amd/iommu_acpi.c | 38 ++------------------
 xen/drivers/passthrough/vtd/dmar.c       | 14 ++------
 xen/drivers/passthrough/x86/iommu.c      | 46 ++++++++++++++++++++++++
 4 files changed, 55 insertions(+), 46 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-02-14 10:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-07 15:34 [PATCH v2 0/2] iommu/x86: unify RMRR/IVMD range checks Roger Pau Monne
2024-02-07 15:34 ` [PATCH v2 1/2] iommu/x86: introduce a generic IVMD/RMRR range validity helper Roger Pau Monne
2024-02-12 14:34   ` Jan Beulich
2024-02-13  8:11     ` Roger Pau Monné
2024-02-07 15:34 ` [PATCH v2 2/2] iommu/vt-d: switch to common RMRR checker Roger Pau Monne
2024-02-12 14:38   ` Jan Beulich
2024-02-13 22:37     ` [regression] " Andrew Cooper
2024-02-14  7:45       ` Jan Beulich
2024-02-14  8:45         ` Roger Pau Monné
2024-02-14  9:00           ` Andrew Cooper
2024-02-14  9:24             ` Roger Pau Monné
2024-02-14  9:01           ` Jan Beulich
2024-02-14  9:15             ` Roger Pau Monné
2024-02-14 10:11           ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.