]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add API for running 'info migration' monitor command
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 23 Sep 2009 13:27:12 +0000 (14:27 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 29 Sep 2009 10:56:44 +0000 (11:56 +0100)
commitd7a3c8352ecc040ac2a63bc2e501d16c70968dd3
tree83217094fd11ee8045552f14c83bafe54810764c
parentbdc8861aac6db11900f2fc27bdecd4d667acdb97
Add API for running 'info migration' monitor command

* src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h: Add new
  qemuMonitorGetMigrationStatus() command.
* src/qemu/qemu_driver.c: Use new qemuMonitorGetMigrationStatus()
  command to check completion status.
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h