]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainNetDefCheckABIStability: Consider virtio 'queues' ABI
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 May 2025 12:03:48 +0000 (14:03 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 15 May 2025 06:30:42 +0000 (08:30 +0200)
commitd892d3c276ced3b2f0471df49653e842509f9262
tree45f827297495ddc96c09cd3e7a4e595ba6c8c58c
parent465a38154f0cfc31d62c4105770e1f4a9599a611
virDomainNetDefCheckABIStability: Consider virtio 'queues' ABI

While the queue count itself is not a guest visible property, libvirt
uses it to calculate the 'vectors' property of the 'virtio-net' device
which is ABI.

Since we don't expose control of 'vectors' explicitly, consider 'queues'
ABI.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/qemu/qemu_command.c