[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH qemu] spapr_iommu: Fix xlate trace to print tran
From: |
David Gibson |
Subject: |
Re: [Qemu-devel] [PATCH qemu] spapr_iommu: Fix xlate trace to print translated address |
Date: |
Mon, 12 Aug 2019 17:58:50 +1000 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
On Mon, Aug 12, 2019 at 03:42:02PM +1000, Alexey Kardashevskiy wrote:
> Currently we basically print IO address twice, fix this.
>
> Fixes: 7e472264e9e2 ("PPC: spapr: iommu: rework traces")
> Signed-off-by: Alexey Kardashevskiy <address@hidden>
Applied to ppc-for-4.2, thanks.
> ---
> hw/ppc/spapr_iommu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ppc/spapr_iommu.c b/hw/ppc/spapr_iommu.c
> index bd3d0256a65d..6fe57d799a10 100644
> --- a/hw/ppc/spapr_iommu.c
> +++ b/hw/ppc/spapr_iommu.c
> @@ -137,7 +137,7 @@ static IOMMUTLBEntry
> spapr_tce_translate_iommu(IOMMUMemoryRegion *iommu,
> ret.addr_mask = ~page_mask;
> ret.perm = spapr_tce_iommu_access_flags(tce);
> }
> - trace_spapr_iommu_xlate(tcet->liobn, addr, ret.iova, ret.perm,
> + trace_spapr_iommu_xlate(tcet->liobn, addr, ret.translated_addr, ret.perm,
> ret.addr_mask);
>
> return ret;
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature