]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Support job cancellation in QEMU driver
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Feb 2010 19:11:27 +0000 (19:11 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 2 Mar 2010 16:23:31 +0000 (16:23 +0000)
commit04c7abd9c349ef2157e92785bff45b6325895f3e
treed08a1feeaed1c082fa0da1d976b4b5824a8a00e0
parentb1a7ebfdecf744dc85a5cdd10f2898007a53a291
Support job cancellation in QEMU driver

This supports cancellation of jobs for the QEMU driver against
the virDomainMigrate, virDomainSave and virDomainCoreDump APIs.
It is not yet supported for the virDomainRestore API, although
it is desirable.

* src/qemu/qemu_driver.c: Issue 'migrate_cancel' command if
  virDomainAbortJob is issued during a migration operation
* tools/virsh.c: Add a domjobabort command
src/qemu/qemu_driver.c
tools/virsh.c