From: Eric Auger <eric.auger@redhat.com>
To: Jean-Philippe Brucker <jean-philippe@linaro.org>
Cc: peter.maydell@linaro.org, richard.henderson@linaro.org,
qemu-devel@nongnu.org, qemu-arm@nongnu.org, ola.hugosson@arm.com
Subject: Re: [PATCH v2 1/2] hw/arm/smmu-common: Support 64-bit addresses
Date: Tue, 14 Feb 2023 19:37:13 +0100 [thread overview]
Message-ID: <3354c941-a109-c67d-865b-7a6fea7c6cac@redhat.com> (raw)
In-Reply-To: <20230214171921.1917916-2-jean-philippe@linaro.org>
Hi Jean,
On 2/14/23 18:19, Jean-Philippe Brucker wrote:
> Addresses targeting the second translation table (TTB1) in the SMMU have
> all upper bits set. Ensure the IOMMU region covers all 64 bits.
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Thanks
Eric
> ---
> include/hw/arm/smmu-common.h | 2 --
> hw/arm/smmu-common.c | 2 +-
> 2 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/include/hw/arm/smmu-common.h b/include/hw/arm/smmu-common.h
> index c5683af07d..9fcff26357 100644
> --- a/include/hw/arm/smmu-common.h
> +++ b/include/hw/arm/smmu-common.h
> @@ -27,8 +27,6 @@
> #define SMMU_PCI_DEVFN_MAX 256
> #define SMMU_PCI_DEVFN(sid) (sid & 0xFF)
>
> -#define SMMU_MAX_VA_BITS 48
> -
> /*
> * Page table walk error types
> */
> diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c
> index 733c964778..2b8c67b9a1 100644
> --- a/hw/arm/smmu-common.c
> +++ b/hw/arm/smmu-common.c
> @@ -439,7 +439,7 @@ static AddressSpace *smmu_find_add_as(PCIBus *bus, void *opaque, int devfn)
>
> memory_region_init_iommu(&sdev->iommu, sizeof(sdev->iommu),
> s->mrtypename,
> - OBJECT(s), name, 1ULL << SMMU_MAX_VA_BITS);
> + OBJECT(s), name, UINT64_MAX);
> address_space_init(&sdev->as,
> MEMORY_REGION(&sdev->iommu), name);
> trace_smmu_add_mr(name);
next prev parent reply other threads:[~2023-02-14 18:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 17:19 [PATCH v2 0/2] hw/arm/smmu: Fixes for TTB1 Jean-Philippe Brucker
2023-02-14 17:19 ` [PATCH v2 1/2] hw/arm/smmu-common: Support 64-bit addresses Jean-Philippe Brucker
2023-02-14 18:37 ` Eric Auger [this message]
2023-02-14 17:19 ` [PATCH v2 2/2] hw/arm/smmu-common: Fix TTB1 handling Jean-Philippe Brucker
2023-02-16 13:53 ` [PATCH v2 0/2] hw/arm/smmu: Fixes for TTB1 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3354c941-a109-c67d-865b-7a6fea7c6cac@redhat.com \
--to=eric.auger@redhat.com \
--cc=jean-philippe@linaro.org \
--cc=ola.hugosson@arm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).