]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add IOMMU model amd
authorJán Tomko <jtomko@redhat.com>
Fri, 14 Mar 2025 16:13:09 +0000 (17:13 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 24 Jun 2025 10:14:04 +0000 (12:14 +0200)
commit14760600914ea6b5da778dd470823e734becf630
tree9a10d537bb87faaf54021ab29163ada64549394f
parent6291b0af3dd6a34b5a0f5f56dafa881d9c262f57
qemu: add IOMMU model amd

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 <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
12 files changed:
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/domain_validate.c
src/conf/schemas/domaincommon.rng
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c
src/qemu/qemu_validate.c
tests/qemuxmlconfdata/amd-iommu.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/amd-iommu.x86_64-latest.xml [new symlink]
tests/qemuxmlconfdata/amd-iommu.xml [new file with mode: 0644]
tests/qemuxmlconftest.c