On Wed, Aug 05, 2026 at 03:13:01PM -0700, Nathan Chen via Devel wrote: > From: Nathan Chen <[email protected]> > > Provide sample XML and CLI args for the HW-accel smmuv3 XML schema > for virt machine types. > > Signed-off-by: Nathan Chen <[email protected]> > --- > ...uv3-pci-bus-accel-auto.aarch64-latest.args | 38 +++++++++++ > ...muv3-pci-bus-accel-auto.aarch64-latest.xml | 63 +++++++++++++++++++ > .../iommu-smmuv3-pci-bus-accel-auto.xml | 53 ++++++++++++++++ > ...u-smmuv3-pci-bus-accel.aarch64-latest.args | 38 +++++++++++ > ...mu-smmuv3-pci-bus-accel.aarch64-latest.xml | 63 +++++++++++++++++++ > .../iommu-smmuv3-pci-bus-accel.xml | 53 ++++++++++++++++ > tests/qemuxmlconftest.c | 2 + > 7 files changed, 310 insertions(+) > create mode 100644 > tests/qemuxmlconfdata/iommu-smmuv3-pci-bus-accel-auto.aarch64-latest.args > create mode 100644 > tests/qemuxmlconfdata/iommu-smmuv3-pci-bus-accel-auto.aarch64-latest.xml > create mode 100644 tests/qemuxmlconfdata/iommu-smmuv3-pci-bus-accel-auto.xml > create mode 100644 > tests/qemuxmlconfdata/iommu-smmuv3-pci-bus-accel.aarch64-latest.args > create mode 100644 > tests/qemuxmlconfdata/iommu-smmuv3-pci-bus-accel.aarch64-latest.xml > create mode 100644 tests/qemuxmlconfdata/iommu-smmuv3-pci-bus-accel.xml
Reviewed-by: Pavel Hrdina <[email protected]>
