[PATCH v4 0/3] Introduce virDomainBlockRebaseParams API

Nikolai Barybin via Devel posted 3 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250925085627.102886-1-nikolai.barybin@virtuozzo.com
docs/manpages/virsh.rst          |  39 ++++
include/libvirt/libvirt-domain.h |  34 ++++
src/driver-hypervisor.h          |   8 +
src/libvirt-domain.c             |  63 ++++++
src/libvirt_public.syms          |   5 +
src/qemu/qemu_driver.c           | 327 +++++++++++++++++++------------
src/remote/remote_driver.c       |   1 +
src/remote/remote_protocol.x     |  17 +-
src/remote_protocol-structs      |  10 +
tools/virsh-domain.c             | 160 +++++++++++++++
tools/vsh.c                      |  14 ++
tools/vsh.h                      |   2 +
12 files changed, 557 insertions(+), 123 deletions(-)
[PATCH v4 0/3] Introduce virDomainBlockRebaseParams API
Posted by Nikolai Barybin via Devel 1 week, 2 days ago
Changes since last revision:
- Removed mention of hypervisor-specific details from API docs
- Refactored qemu driver implementation in the way that older API calls
  new one
- Added virsh command

Nikolai Barybin (3):
  api: remote: introduce virDomainBlockRebaseParams API
  qemu: implement driver support for domainBlockRebaseParams API
  tools: virsh: introduce blockrebase-params cmd

 docs/manpages/virsh.rst          |  39 ++++
 include/libvirt/libvirt-domain.h |  34 ++++
 src/driver-hypervisor.h          |   8 +
 src/libvirt-domain.c             |  63 ++++++
 src/libvirt_public.syms          |   5 +
 src/qemu/qemu_driver.c           | 327 +++++++++++++++++++------------
 src/remote/remote_driver.c       |   1 +
 src/remote/remote_protocol.x     |  17 +-
 src/remote_protocol-structs      |  10 +
 tools/virsh-domain.c             | 160 +++++++++++++++
 tools/vsh.c                      |  14 ++
 tools/vsh.h                      |   2 +
 12 files changed, 557 insertions(+), 123 deletions(-)

-- 
2.43.5