]> git.proxmox.com Git - qemu.git/commit - trace-events
qmp: add block_stream command
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 18 Jan 2012 14:40:46 +0000 (14:40 +0000)
committerKevin Wolf <kwolf@redhat.com>
Thu, 26 Jan 2012 13:49:14 +0000 (14:49 +0100)
commit12bd451fe0be83474910bb63b5874458141d4230
tree2aec25bd837004ae1fac7a4951f824a7e0b2f9d7
parent5094a6c016f6e7a4fc800816d716e10ce2331396
qmp: add block_stream command

Add the block_stream command, which starts copy backing file contents
into the image file.  Also add the BLOCK_JOB_COMPLETED QMP event which
is emitted when image streaming completes.  Later patches add control
over the background copy speed, cancelation, and querying running
streaming operations.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
12 files changed:
QMP/qmp-events.txt
blockdev.c
hmp-commands.hx
hmp.c
hmp.h
monitor.c
monitor.h
qapi-schema.json
qerror.c
qerror.h
qmp-commands.hx
trace-events