[PATCH v2 0/8] remote: Pass 'mode' and 'socket' URI parameters to virt-ssh-helper

Michal Privoznik posted 8 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1675869425.git.mprivozn@redhat.com
src/admin/libvirt-admin.c             |   6 +-
src/libvirt-host.c                    |  10 +--
src/libvirt_private.syms              |   1 +
src/qemu/qemu_block.c                 |   3 +-
src/qemu/qemu_migration.c             |   3 +-
src/remote/remote_driver.c            | 114 ++++++++++++++++----------
src/remote/remote_ssh_helper.c        |  32 ++++++--
src/storage/storage_backend_gluster.c |   6 +-
src/util/viruri.c                     |  37 ++++++++-
src/util/viruri.h                     |   2 +
tests/viruritest.c                    |   3 +-
11 files changed, 139 insertions(+), 78 deletions(-)
[PATCH v2 0/8] remote: Pass 'mode' and 'socket' URI parameters to virt-ssh-helper
Posted by Michal Privoznik 1 year, 1 month ago
v2 of:

https://listman.redhat.com/archives/libvir-list/2023-February/237540.html

diff to v1:
- Dropped "remote_driver: Expose EXTRACT_URI_ARG_* macros" patch
- Dropped "src: Unify URI params parsing" patch
- Reworked couple of patches as a result of that
- Reworded couple of commit messages

Michal Prívozník (8):
  viruri: Search params case insensitively
  Drop checks for virURIFormat() retval
  doRemoteOpen(): Rename 'failed' label to 'error'
  virt-ssh-helper: Accept ?mode= in connection URI
  virt-ssh-helper: Accept ?socket= in connection URI
  remote_driver: Move URI re-generation into a function
  viruri: Introduce virURIParamsSetIgnore()
  remote: Pass 'mode' and 'socket' URI parameters to virt-ssh-helper

 src/admin/libvirt-admin.c             |   6 +-
 src/libvirt-host.c                    |  10 +--
 src/libvirt_private.syms              |   1 +
 src/qemu/qemu_block.c                 |   3 +-
 src/qemu/qemu_migration.c             |   3 +-
 src/remote/remote_driver.c            | 114 ++++++++++++++++----------
 src/remote/remote_ssh_helper.c        |  32 ++++++--
 src/storage/storage_backend_gluster.c |   6 +-
 src/util/viruri.c                     |  37 ++++++++-
 src/util/viruri.h                     |   2 +
 tests/viruritest.c                    |   3 +-
 11 files changed, 139 insertions(+), 78 deletions(-)

-- 
2.39.1