mbox series

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

Message ID 20230605174146.87440-1-philmd@linaro.org
Headers show
Series scsi/qemu-pr-helper: Drop 'old' lib and use default config helpers | expand

Message

Philippe Mathieu-Daudé June 5, 2023, 5:41 p.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé June 5, 2023, 5:43 p.m. UTC | #1
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...