mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 15:15:25 +00:00
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/
This commit is contained in:
parent
b50d48b158
commit
1227d08640
@ -1108,7 +1108,7 @@ int qemuMonitorJSONGetMigrationStatus(qemuMonitorPtr mon,
|
||||
unsigned long long *total)
|
||||
{
|
||||
int ret;
|
||||
virJSONValuePtr cmd = qemuMonitorJSONMakeCommand("query-migration",
|
||||
virJSONValuePtr cmd = qemuMonitorJSONMakeCommand("query-migrate",
|
||||
NULL);
|
||||
virJSONValuePtr reply = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user