[PATCH 0/4] qemu: generate shorter channel target paths

Michal Privoznik posted 4 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1689173148.git.mprivozn@redhat.com
There is a newer version of this series
libvirt.spec.in                               |  2 -
src/qemu/qemu_conf.c                          |  9 +--
src/qemu/qemu_domain.c                        | 59 ++++++++++++++++---
.../qemuhotplug-qemu-agent-detach.xml         |  2 +-
...emuhotplug-base-live+qemu-agent-detach.xml |  2 +-
.../qemuhotplug-base-live+qemu-agent.xml      |  2 +-
.../channel-unix-source-path.xml              |  8 +++
.../channel-unix-source-path-active.xml       | 10 ++++
.../channel-unix-source-path-inactive.xml     |  8 +++
tests/testutilsqemu.c                         |  2 +-
10 files changed, 85 insertions(+), 19 deletions(-)
[PATCH 0/4] qemu: generate shorter channel target paths
Posted by Michal Privoznik 9 months, 3 weeks ago
*** BLURB HERE ***

Michal Prívozník (4):
  qemu: Generate shorter channel target paths
  tests: Reflect changed channelTargetDir
  qemu: Move channelTargetDir into stateDir
  tests: Reflect changed channelTargetDir

 libvirt.spec.in                               |  2 -
 src/qemu/qemu_conf.c                          |  9 +--
 src/qemu/qemu_domain.c                        | 59 ++++++++++++++++---
 .../qemuhotplug-qemu-agent-detach.xml         |  2 +-
 ...emuhotplug-base-live+qemu-agent-detach.xml |  2 +-
 .../qemuhotplug-base-live+qemu-agent.xml      |  2 +-
 .../channel-unix-source-path.xml              |  8 +++
 .../channel-unix-source-path-active.xml       | 10 ++++
 .../channel-unix-source-path-inactive.xml     |  8 +++
 tests/testutilsqemu.c                         |  2 +-
 10 files changed, 85 insertions(+), 19 deletions(-)

-- 
2.41.0

Re: [PATCH 0/4] qemu: generate shorter channel target paths
Posted by Michal Prívozník 9 months, 2 weeks ago
On 7/12/23 16:49, Michal Privoznik wrote:
>

Polite ping.

Michal