]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf/qemu: s/VIR_PCI_CONNECT_HOTPLUGGABLE/VIR_PCI_CONNECT_AUTOASSIGN/g
authorLaine Stump <laine@redhat.com>
Sun, 5 Apr 2020 21:16:55 +0000 (17:16 -0400)
committerLaine Stump <laine@redhat.com>
Mon, 13 Apr 2020 02:37:09 +0000 (22:37 -0400)
commit7c98f5e3652e19e4eb015d290c1eed2f1b58ee72
tree2b895875a8e572f6862be0bfc012966d48f517b2
parentc296a846ad7de3066a17404f4f407d3e1b6d7935
conf/qemu: s/VIR_PCI_CONNECT_HOTPLUGGABLE/VIR_PCI_CONNECT_AUTOASSIGN/g

When the HOTPLUGGABLE flag was originally added, it was set for all
the PCI controllers that accepted hotplugged devices, and requested
for all devices that were auto-assigned to a controller. While we're
still autoassigning to the same list of controllers, those controllers
may or may not support hotplug, so let's use the flag that fits what
we're actually doing.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_addr.c
src/qemu/qemu_domain_address.c