]> git.feebdaed.xyz Git - 0xmirror/libvirt.git/commit
qemu: Implement pluggable-device smmuv3
authorNathan Chen <nathanc@nvidia.com>
Thu, 20 Nov 2025 01:42:41 +0000 (17:42 -0800)
committerJán Tomko <jtomko@redhat.com>
Thu, 20 Nov 2025 21:56:39 +0000 (22:56 +0100)
commit4d6419b286afd9149f41d7cba5cd33ee3d435c63
treeb6699d36530b213bd1512635e69873dea9554613
parente70c4d54d365887c6b0424136791c7a9af0a4f11
qemu: Implement pluggable-device smmuv3

Introduce support for "pciBus" driver attribute for
"smmuv3" IOMMU model. The "pciBus" attribute indicates
the index of the controller that a smmuv3 IOMMU device
is attached to, and differentiates the device-pluggable
arm-smmuv3 model from the virt-machine-associated smmuv3
model.

Signed-off-by: Nathan Chen <nathanc@nvidia.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
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