]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildDeviceAddressStr: Split out formatting of PCI address
authorPeter Krempa <pkrempa@redhat.com>
Tue, 16 Mar 2021 13:47:43 +0000 (14:47 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 08:26:01 +0000 (10:26 +0200)
commit79f872a8d1074216e3e638ee9a2dc5e9f28a50ab
tree6217d05d226dce316e13ff23556d59601979c8f9
parent3d4f0aba0d092193c66e75cbb759646f31420c51
qemuBuildDeviceAddressStr: Split out formatting of PCI address

The PCI address case grew massive over time. Split it out into a new
function qemuBuildDeviceAddressPCIStr.

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