mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
qapi: Convert migrate_cancel
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
d51a67b4d3
commit
6cdedb075f
7 changed files with 22 additions and 10 deletions
5
hmp.c
5
hmp.c
|
@ -662,3 +662,8 @@ void hmp_snapshot_blkdev(Monitor *mon, const QDict *qdict)
|
|||
qmp_blockdev_snapshot_sync(device, filename, !!format, format, &errp);
|
||||
hmp_handle_error(mon, &errp);
|
||||
}
|
||||
|
||||
void hmp_migrate_cancel(Monitor *mon, const QDict *qdict)
|
||||
{
|
||||
qmp_migrate_cancel(NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue