]> git.proxmox.com Git - mirror_qemu.git/commit
migration: export parameters to props
authorPeter Xu <peterx@redhat.com>
Tue, 18 Jul 2017 03:39:02 +0000 (11:39 +0800)
committerJuan Quintela <quintela@redhat.com>
Tue, 18 Jul 2017 15:36:20 +0000 (17:36 +0200)
commit89632fafdc64927647b6f45416307cd3d4c746db
treedf874d43d12e4b647bca031918047fe0fd57ba4c
parent07d1d063d3235c02f60dc92ec174d419e6f8a750
migration: export parameters to props

Export migration parameters to qdev properties. Then we can use, for
example:

  -global migration.x-cpu-throttle-initial=xxx

To specify migration parameters during init.

Prefix "x-" is appended for each parameter exported to show that this is
not a stable interface, and only for debugging/testing purpose.

Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <1500349150-13240-3-git-send-email-peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c