On 10/08/2018 16:11, Murilo Opsfelder Araujo wrote: > After commit b3f1c8c413bc83e4a2cc7a63e4eddf9fe6449052 "qemu-pr-helper: use new > libmultipath API", QEMU started using new libmultipath API, which is not > available on CentOS 7.x. > > This fixes that by probing the new libmultipath API in configure. If it > fails, > then try probing the old API. If it fails, then consider libmultipath not > available. > > With this, configure script defines CONFIG_MPATH_NEW_API that is used in > scsi/qemu-pr-helper.c to use the new libmultipath API. > > Fixes: b3f1c8c413bc83e4a2cc7a63e4eddf9fe6449052 > BugLink: https://bugs.launchpad.net/qemu/+bug/1786343 > Signed-off-by: Murilo Opsfelder Araujo <muri...@linux.ibm.com>
Thanks, I'll look at the patch for 3.1. For what it's worth, RHEL7 has simply reverted that patch in its RPM. Paolo