]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: block: Use proper type for servers for VxHS disks
authorPeter Krempa <pkrempa@redhat.com>
Mon, 23 Oct 2017 16:02:28 +0000 (18:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Nov 2017 13:43:12 +0000 (14:43 +0100)
commitbd37213786ee8f97c6bdc05520125e72aaae87e8
tree2c99c4dc3d578c9414c8ffd58efbe7aad8be3599
parent1f467d1ab1ad3bbb4c07095f4ef7478c60d4bd32
qemu: block: Use proper type for servers for VxHS disks

Original implementation used 'SocketAddress' equivalent from qemu for
the disk server field, while qemu documentation specifies
'InetSocketAddress'. The backing store parser uses the correct parsing
function but the formatter used the incorrect one (and also with the
legacy mode enabled which was wrong).
src/qemu/qemu_block.c
tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-tlsx509-vxhs.args
tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-vxhs.args
tests/virstoragetest.c