]> xenbits.xensource.com Git - libvirt.git/commit
blockcommit: update error messages related to block jobs
authorEric Blake <eblake@redhat.com>
Tue, 3 Jun 2014 22:33:33 +0000 (16:33 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 13 Jun 2014 02:54:32 +0000 (20:54 -0600)
commit278c51af3a7a0dade85ad52b72ae7fa9ee072b46
treef2b8a804bad2f72cd29ce9505861b27221b82084
parent17840379910757c0bf04d204b58a3e3a016787d0
blockcommit: update error messages related to block jobs

A future patch will add two-phase block commit jobs; as the
mechanism for managing them is similar to managing a block copy
job, existing errors should be made generic enough to occur
for either job type.

* src/conf/domain_conf.c (virDomainHasDiskMirror): Update
comment.
* src/qemu/qemu_driver.c (qemuDomainDefineXML)
(qemuDomainSnapshotCreateXML, qemuDomainRevertToSnapshot)
(qemuDomainBlockJobImpl, qemuDomainBlockCopy): Update error
message.
* src/qemu/qemu_hotplug.c (qemuDomainDetachDiskDevice): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/domain_conf.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c