[libvirt] [PATCH 4/8] Implement virDomainBlockPull for the qemu driver

Eric Blake eblake at redhat.com
Wed Jun 15 04:08:38 UTC 2011


On 06/14/2011 08:36 AM, Adam Litke wrote:
> The virDomainBlockPull* family of commands are enabled by the
> 'block_stream' and 'info block_stream' qemu monitor commands.
> 
> * src/qemu/qemu_driver.c src/qemu/qemu_monitor_text.[ch]: implement disk
>   streaming by using the stream and info stream text monitor commands
> * src/qemu/qemu_monitor_json.[ch]: implement commands using the qmp monitor
> 
> Signed-off-by: Adam Litke <agl at us.ibm.com>
> Acked-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/qemu/qemu_driver.c       |  112 ++++++++++++++++++++++++++++++
>  src/qemu/qemu_monitor.c      |   16 ++++
>  src/qemu/qemu_monitor.h      |   13 ++++
>  src/qemu/qemu_monitor_json.c |  131 +++++++++++++++++++++++++++++++++++
>  src/qemu/qemu_monitor_json.h |    4 +
>  src/qemu/qemu_monitor_text.c |  156 ++++++++++++++++++++++++++++++++++++++++++
>  src/qemu/qemu_monitor_text.h |    5 ++
>  7 files changed, 437 insertions(+), 0 deletions(-)

ACK for addressing the comments in v3; pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110614/fc6b8610/attachment-0001.sig>


More information about the libvir-list mailing list