]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Allow conventional PCI devices to be marked as integrated
authorAndrea Bolognani <abologna@redhat.com>
Thu, 9 Feb 2023 17:15:08 +0000 (18:15 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 13 Feb 2023 09:01:08 +0000 (10:01 +0100)
commit3820a0ce41694eb8b8ae62cfdfd08eb06fb352d4
tree28e388d5f5891566e0305c1bbb47fe0ef3a31362
parent092176e5ec2f45d3b56a9e131c5237c52712d804
conf: Allow conventional PCI devices to be marked as integrated

Integrated PCI devices can be either PCIe (virtio-iommu) or
conventional PCI (pvpanic-pci). Right now libvirt will refuse
to assign an address on pcie.0 for the latter, but that's an
undesirable limitation that we can easily remove.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_addr.c