From 6cdedb075f7a338bff7e97b3139bae5289157ae0 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Sun, 27 Nov 2011 22:54:09 -0200 Subject: qapi: Convert migrate_cancel Signed-off-by: Luiz Capitulino --- hmp.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hmp.c') diff --git a/hmp.c b/hmp.c index 934e93193a..92bb08fe6f 100644 --- a/hmp.c +++ b/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); +} -- cgit v1.2.1