On Fri, Jul 17, 2026 at 03:00:22PM -0700, Nathan Chen via Devel wrote:
> From: Nathan Chen <[email protected]>
> 
> Add support for enabling HW-accelerated nested SMMUv3 via <accel>
> attribute and its additional attributes for ATS, SSID, RIL, and OAS
> configuration.
> 
> Signed-off-by: Nathan Chen <[email protected]>
> ---
>  docs/formatdomain.rst             | 38 +++++++++++++++
>  src/conf/domain_conf.c            | 79 +++++++++++++++++++++++++++++++
>  src/conf/domain_conf.h            |  5 ++
>  src/conf/domain_validate.c        | 27 ++++++++++-
>  src/conf/schemas/domaincommon.rng | 25 ++++++++++
>  src/qemu/qemu_command.c           | 15 ++++++
>  6 files changed, 188 insertions(+), 1 deletion(-)

This patch should be moved after introducing the QEMU_CAPS_ARM_SMMUV3_ACCEL
capability, the check in qemu_validate.c from patch 5/6 will also have to
be moved to this patch.

With that fixed

Reviewed-by: Pavel Hrdina <[email protected]>

Reply via email to