[PATCH 0/2] scsi/qemu-pr-helper: Drop 'old' lib and use default config helpers

Philippe Mathieu-Daudé posted 2 patches 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230605174146.87440-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Fam Zheng <fam@euphon.net>
meson.build           | 19 ++-----------------
scsi/qemu-pr-helper.c | 18 +-----------------
2 files changed, 3 insertions(+), 34 deletions(-)
[PATCH 0/2] scsi/qemu-pr-helper: Drop 'old' lib and use default config helpers
Posted by Philippe Mathieu-Daudé 11 months ago
The 'old' lib check was added for CentOS 7 which we don't support
anymore.

We don't need to implement particular [get/set]_multipath_config()
helpers: use the defaults.

Philippe Mathieu-Daudé (2):
  scsi/qemu-pr-helper: Drop support for 'old' libmultipath API
  scsi/qemu-pr-helper: Use defaults [get/set]_multipath_config() impl

 meson.build           | 19 ++-----------------
 scsi/qemu-pr-helper.c | 18 +-----------------
 2 files changed, 3 insertions(+), 34 deletions(-)

-- 
2.38.1


Re: [PATCH 0/2] scsi/qemu-pr-helper: Drop 'old' lib and use default config helpers
Posted by Philippe Mathieu-Daudé 11 months ago
On 5/6/23 19:41, Philippe Mathieu-Daudé wrote:
> The 'old' lib check was added for CentOS 7 which we don't support
> anymore.
> 
> We don't need to implement particular [get/set]_multipath_config()
> helpers: use the defaults.
> 
> Philippe Mathieu-Daudé (2):
>    scsi/qemu-pr-helper: Drop support for 'old' libmultipath API
>    scsi/qemu-pr-helper: Use defaults [get/set]_multipath_config() impl

PD: Only build-tested...