]> xenbits.xensource.com Git - libvirt.git/commit
Enable the virDomainBlockPull API in virsh
authorAdam Litke <agl@us.ibm.com>
Tue, 14 Jun 2011 14:36:51 +0000 (09:36 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 15 Jun 2011 04:28:45 +0000 (22:28 -0600)
commit3e2493ce28b7e20416e916fdf893a9569c267925
treec65d724b2f67a9c264108e5c29a7aed97d695e44
parent784ee08d2220d2a77424d5fc756b6eebe8efd5fa
Enable the virDomainBlockPull API in virsh

Define two new virsh commands:
 * blockpull: Perform block pull operations (incremental plus start
              and stop continuous streams)
 * blockpullinfo: Retrieve progress info for continuous block pull

Share print_job_progress() with the migration code.

* tools/virsh.c: implement the new commands

Signed-off-by: Adam Litke <agl@us.ibm.com>
tools/virsh.c
tools/virsh.pod