[PATCH 0/3] hw/arm/smmuv3: small fixes (spec compliance / robustness)

Tao Tang posted 3 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260304142344.3341444-1-tangtao1634@phytium.com.cn
Maintainers: Eric Auger <eric.auger@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
hw/arm/smmuv3-internal.h       | 2 +-
hw/arm/smmuv3.c                | 9 +++++++++
include/hw/arm/smmuv3-common.h | 4 ++--
3 files changed, 12 insertions(+), 3 deletions(-)
[PATCH 0/3] hw/arm/smmuv3: small fixes (spec compliance / robustness)
Posted by Tao Tang 1 month, 1 week ago
This is a small fixes-only series extracted from larger Secure SMMU RFC.

These three patches are self-contained, already reviewed in the RFC thread,
and can be applied independently. Sending them separately should make review
and merging easier.

Thanks,
Tao Tang

Tao Tang (3):
  hw/arm/smmuv3-common: Fix incorrect reserved mask for SMMU CR0
    register
  hw/arm/smmuv3: Correct SMMUEN field name in CR0
  hw/arm/smmuv3: Fix CFGI_CD handling when stage-1 is unsupported

 hw/arm/smmuv3-internal.h       | 2 +-
 hw/arm/smmuv3.c                | 9 +++++++++
 include/hw/arm/smmuv3-common.h | 4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)

--
2.34.1
Re: [PATCH 0/3] hw/arm/smmuv3: small fixes (spec compliance / robustness)
Posted by Peter Maydell 1 month ago
On Wed, 4 Mar 2026 at 14:24, Tao Tang <tangtao1634@phytium.com.cn> wrote:
>
> This is a small fixes-only series extracted from larger Secure SMMU RFC.
>
> These three patches are self-contained, already reviewed in the RFC thread,
> and can be applied independently. Sending them separately should make review
> and merging easier.
>
> Thanks,
> Tao Tang
>
> Tao Tang (3):
>   hw/arm/smmuv3-common: Fix incorrect reserved mask for SMMU CR0
>     register
>   hw/arm/smmuv3: Correct SMMUEN field name in CR0
>   hw/arm/smmuv3: Fix CFGI_CD handling when stage-1 is unsupported



Applied to target-arm.next, thanks.

-- PMM