]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildDeviceAddressPCIStr: Extract PCI bus name lookup
authorPeter Krempa <pkrempa@redhat.com>
Fri, 26 Mar 2021 13:31:26 +0000 (14:31 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 08:26:01 +0000 (10:26 +0200)
commite1eae5c430d8a768191d26a78d967daf64427a0a
tree7f00f88f8251d9914783e9eb72b1812d103186f5
parent2fbda628c620334584bb2481ac40315ca291f764
qemuBuildDeviceAddressPCIStr: Extract PCI bus name lookup

Split up the bus lookup into a function called
'qemuBuildDeviceAddressPCIGetBus'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c