diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-02-06 12:07:09 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-02-18 11:58:21 +0100 |
commit | 08d15d6c23a371ad75f8a242d6daceb19ff1468a (patch) | |
tree | 2fc724743e7c8915c90ec644f8b5380705d6444e /include/migration | |
parent | cd2d5541271f1934345d8ca42f5fafff1744eee7 (diff) | |
download | qemu-08d15d6c23a371ad75f8a242d6daceb19ff1468a.zip |
hmp: Clean up declarations for long-gone info handlers
Leftovers from
d1f2964 qapi: Convert query-spice
791e7c8 qapi: Convert query-migrate
0fe6a7f slirp: Drop statistic code
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'include/migration')
-rw-r--r-- | include/migration/migration.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/migration/migration.h b/include/migration/migration.h index f37348b619..703b7d7c4b 100644 --- a/include/migration/migration.h +++ b/include/migration/migration.h @@ -71,10 +71,6 @@ void qemu_start_incoming_migration(const char *uri, Error **errp); uint64_t migrate_max_downtime(void); -void do_info_migrate_print(Monitor *mon, const QObject *data); - -void do_info_migrate(Monitor *mon, QObject **ret_data); - void exec_start_incoming_migration(const char *host_port, Error **errp); void exec_start_outgoing_migration(MigrationState *s, const char *host_port, Error **errp); |