]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuDomainSupportsPCI() to qemu_domain
authorAndrea Bolognani <abologna@redhat.com>
Wed, 28 Nov 2018 16:45:37 +0000 (17:45 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 8 Feb 2019 15:16:22 +0000 (16:16 +0100)
commit0440d5e90fa0ebc3931febfdaafbda2db7c0b2c1
tree99150d73be35eda366d36f223cc6695246aa89e8
parent68e26a9ea223b0b77ab10c2346ba9738439b7c95
qemu: Move qemuDomainSupportsPCI() to qemu_domain

The function operates on a virDomainDef and is not tied to
device address assignment in any way, so it makes more sense
for it to live along with qemuDomainIs*() and the like.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_domain_address.c