]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix typo in QEMU migration command name
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Mar 2010 17:07:50 +0000 (17:07 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 4 Mar 2010 11:56:40 +0000 (11:56 +0000)
commit1227d0864027fadfe4b6cf8302ad07c297f8001f
tree8ff42e5e03cef46f1b8595efc092b86c5a273c69
parentb50d48b158291482d7095166fcd81ca9c1344f2f
Fix typo in QEMU migration command name

The QMP code was running query-migration instead of query-migrate.
This doesn't work so well

* src/qemu/qemu_monitor_json.c: s/query-migration/query-migrate/
src/qemu/qemu_monitor_json.c