• D
    Support job cancellation in QEMU driver · 04c7abd9
    Daniel P. Berrange 提交于
    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
    04c7abd9
virsh.c 255.4 KB