On 2/21/26 2:02 AM, Tao Tang wrote:
The FIELD macro for the SMMU enable bit in the CR0 register was
incorrectly named SMMU_ENABLE.
The ARM SMMUv3 Architecture Specification (both older IHI 0070.E.a and
newer IHI 0070.G.b) consistently refers to the SMMU enable bit as SMMUEN.
This change makes our implementation consistent with the manual.
Signed-off-by: Tao Tang <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Link: https://lists.nongnu.org/archive/html/qemu-arm/2025-09/msg01270.html
---
hw/arm/smmuv3-internal.h | 2 +-
include/hw/arm/smmuv3-common.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>