]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: add support for <acpi index='NNN'/> for PCI devices
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 6 Apr 2021 10:07:44 +0000 (11:07 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 Apr 2021 17:10:56 +0000 (18:10 +0100)
commita9fe9569abc0d9904db1abaf062692bec84c54f1
tree2be5497e44907884c7f1164f21eb49a28b3f5aee
parentee4abd6312c31ac0cfa4321886ace35f86a79d3b
conf: add support for <acpi index='NNN'/> for PCI devices

PCI devices can be associated with a unique integer index that is
exposed via ACPI. In Linux OS with systemd, this value is used for
provide a NIC device naming scheme that is stable across changes
in PCI slot configuration.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatdomain.rst
docs/schemas/domaincommon.rng
src/conf/device_conf.h
src/conf/domain_conf.c