]> git.proxmox.com Git - mirror_qemu.git/commit - migration/migration.c
migration: Add TODO comments on duplication of QAPI_CLONE()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 18 Jul 2017 10:57:38 +0000 (12:57 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 24 Jul 2017 11:35:11 +0000 (13:35 +0200)
commite87fae4c488ff8a10b921311a63f16b94031c611
treee292b6f138bf2f83423fe5e9a6992925cc1dfb63
parent8cc99dcdc264bc896926e43e7576c7b7ab633d70
migration: Add TODO comments on duplication of QAPI_CLONE()

qmp_query_migrate_parameters() and qmp_migrate_set_parameters()
effectively duplicate QAPI_CLONE() inline.  Add suitable TODO
comments.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
migration/migration.c