]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-pr-helper: use new libmultipath API
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Oct 2017 18:11:58 +0000 (20:11 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Oct 2017 08:15:09 +0000 (10:15 +0200)
commitb3f1c8c413bc83e4a2cc7a63e4eddf9fe6449052
treea50eb0230fb954e63e5d4f85a3a1d2ad68947fd5
parent306526b5de6984a164548572fd04d898dd6adbaa
qemu-pr-helper: use new libmultipath API

libmultipath has recently changed its API.  The new API supports multi-threaded
clients better.  Unfortunately there is no backwards-compatibility, so we just
switch to the new one.  Running QEMU compiled with the new library on the old
library will likely crash, while doing the opposite will cause QEMU not to
start at all (because udev, get_multipath_config and put_multipath_config
are undefined).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
scsi/qemu-pr-helper.c