[libvirt] [PATCH 0/3] add virDomainBlockRebase

Eric Blake eblake at redhat.com
Wed Feb 1 05:05:58 UTC 2012


As discussed here:
https://www.redhat.com/archives/libvir-list/2012-January/msg01448.html
Qemu patch series here:
https://lists.gnu.org/archive/html/qemu-devel/2012-01/msg03488.html

This is the bare-minimum implementation for getting the API in
place prior to the 0.9.10 rc1 freeze; I can later do patches to
wire up the new optional argument to the qemu block_stream monitor
command to actually make use of the new base argument.

Eric Blake (3):
  block rebase: add new API virDomainBlockRebase
  block rebase: wire up remote protocol
  block rebase: initial qemu implementation

 docs/apibuild.py             |    1 +
 include/libvirt/libvirt.h.in |    9 +++-
 src/driver.h                 |    5 ++
 src/libvirt.c                |   84 ++++++++++++++++++++++++++++++++++++++++++
 src/libvirt_public.syms      |    1 +
 src/qemu/qemu_driver.c       |   40 +++++++++++++-------
 src/remote/remote_driver.c   |    1 +
 src/remote/remote_protocol.x |   10 ++++-
 src/remote_protocol-structs  |    8 ++++
 src/rpc/gendispatch.pl       |    1 +
 10 files changed, 143 insertions(+), 17 deletions(-)

-- 
1.7.7.6




More information about the libvir-list mailing list