]> xenbits.xensource.com Git - libvirt.git/commit
Implement virDomainBlockPull for the qemu driver
authorAdam Litke <agl@us.ibm.com>
Tue, 14 Jun 2011 14:36:50 +0000 (09:36 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 15 Jun 2011 04:02:06 +0000 (22:02 -0600)
commit784ee08d2220d2a77424d5fc756b6eebe8efd5fa
treebdd5926c9e1fe5d60fdb7d8e37d8a09f2a00e3f1
parentd1693bb160ea78954592c45a40eb856190c619c8
Implement virDomainBlockPull for the qemu driver

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@us.ibm.com>
Acked-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h