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

Reply via email to