]> git.proxmox.com Git - mirror_qemu.git/commit
scsi/qemu-pr-helper: Drop support for 'old' libmultipath API
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 5 Jun 2023 17:41:45 +0000 (19:41 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Jun 2023 08:31:31 +0000 (10:31 +0200)
commit6b40847ab40dba9eb1b2b0c530fcb7d484966d74
treec6c7a63ee0b3a21e2658cb1f3f3c1e04b211e265
parent6da5f22b65f7147e1f0bd589cbdb072305a13bb7
scsi/qemu-pr-helper: Drop support for 'old' libmultipath API

Commit 1b0578f5c4 ("qemu-pr-helper: Fix build on CentOS 7") added
code to probe for 'old' libmultipath API on CentOS 7. However since
merge commit 8c345b3e6a (June 2021) we don't build/test CentOS 7 as
it felt out of our list of supported distrib versions. Therefore we
can safely remove the 'old' API check (mostly reverting commit
1b0578f5c4, except the code got converted to meson in commit
6ec0e15d95 "meson: move libmpathpersist test").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230605174146.87440-2-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build
scsi/qemu-pr-helper.c