On Wed, Jun 18, 2025 at 12:46:19 +0200, Ján Tomko via Devel wrote: > From: Ján Tomko <jto...@redhat.com> > > Introduce a new IOMMU device model 'amd', both the parser > and the formatter for QEMU because of our enum warnings. > > https://issues.redhat.com/browse/RHEL-50560 > > Signed-off-by: Ján Tomko <jto...@redhat.com> > --- > docs/formatdomain.rst | 5 ++- > src/conf/domain_conf.c | 1 + > src/conf/domain_conf.h | 1 + > src/conf/domain_validate.c | 13 +++++++ > src/conf/schemas/domaincommon.rng | 1 + > src/qemu/qemu_command.c | 28 +++++++++++++ > src/qemu/qemu_domain_address.c | 4 ++ > src/qemu/qemu_validate.c | 22 +++++++++++ > .../amd-iommu.x86_64-latest.args | 35 +++++++++++++++++ > .../amd-iommu.x86_64-latest.xml | 1 + > tests/qemuxmlconfdata/amd-iommu.xml | 39 +++++++++++++++++++ > tests/qemuxmlconftest.c | 2 + > 12 files changed, 150 insertions(+), 2 deletions(-) > create mode 100644 tests/qemuxmlconfdata/amd-iommu.x86_64-latest.args > create mode 120000 tests/qemuxmlconfdata/amd-iommu.x86_64-latest.xml > create mode 100644 tests/qemuxmlconfdata/amd-iommu.xml
Reviewed-by: Peter Krempa <pkre...@redhat.com>