]> xenbits.xensource.com Git - libvirt.git/commit
Enable the virDomainBlockPull API in virsh
authorAdam Litke <agl@us.ibm.com>
Fri, 22 Jul 2011 05:41:55 +0000 (13:41 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 22 Jul 2011 05:41:55 +0000 (13:41 +0800)
commitb31abc6f03752fe145afbd74fb904a340d1eabcf
treec69d90fcd79ca7c09a4a545d7b59fe4801c88335
parentb976165ca4d82788be77d14843a4d079139539ba
Enable the virDomainBlockPull API in virsh

Define two new virsh commands:
 * blockpull: Initiate a blockPull for the given disk
 * blockjob: Retrieve progress info, modify speed, and cancel active block jobs

Share print_job_progress() with the migration code.

* tools/virsh.c: implement the new commands
tools/virsh.c