]> git.proxmox.com Git - qemu.git/commit
Add migration capabilities
authorOrit Wasserman <owasserm@redhat.com>
Mon, 6 Aug 2012 18:42:47 +0000 (21:42 +0300)
committerJuan Quintela <quintela@redhat.com>
Wed, 8 Aug 2012 11:51:11 +0000 (13:51 +0200)
commitbbf6da32b5bd32018069e4eaeda59a02855903f2
tree3227c7b4aaf70e1284b20550f16237a493e72ee6
parentc03b0aa0ca93480e92dc356e58538df0835fe621
Add migration capabilities

The management can query the current migration capabilities using
query-migrate-capabilities QMP command.
The user can use 'info migrate_capabilities' HMP command.
Currently only XBZRLE capability is available.

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
hmp-commands.hx
hmp.c
hmp.h
migration.c
migration.h
monitor.c
qapi-schema.json
qmp-commands.hx