Re: [PATCH 2/5] iommu/x86: print RMRR/IVMD ranges using full addresses

2024-02-14 Thread Roger Pau Monné
On Wed, Feb 14, 2024 at 02:22:09PM +0100, Jan Beulich wrote: > On 14.02.2024 11:37, Roger Pau Monne wrote: > > It's easier to correlate with the physical memory map if the addresses are > > fully printed, instead of using frame numbers. > > > > Requested-by: Andrew Cooper > > Signed-off-by:

Re: [PATCH 2/5] iommu/x86: print RMRR/IVMD ranges using full addresses

2024-02-14 Thread Jan Beulich
On 14.02.2024 11:37, Roger Pau Monne wrote: > It's easier to correlate with the physical memory map if the addresses are > fully printed, instead of using frame numbers. > > Requested-by: Andrew Cooper > Signed-off-by: Roger Pau Monné In principle Reviewed-by: Jan Beulich I'm not sure though

[PATCH 2/5] iommu/x86: print RMRR/IVMD ranges using full addresses

2024-02-14 Thread Roger Pau Monne
It's easier to correlate with the physical memory map if the addresses are fully printed, instead of using frame numbers. Requested-by: Andrew Cooper Signed-off-by: Roger Pau Monné --- xen/drivers/passthrough/x86/iommu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git