diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-09-28 17:22:59 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-09-28 19:40:56 +0200 |
commit | 1d809098aa9518cda41c2cf6e660d3d602614907 (patch) | |
tree | 10c4520abd255c0fa113fdaa5283143d6142d657 /qmp-commands.hx | |
parent | 32c81a4a6ecc3f50efc9c270a269e4d3d8a9fbd5 (diff) | |
download | qemu-1d809098aa9518cda41c2cf6e660d3d602614907.tar.gz qemu-1d809098aa9518cda41c2cf6e660d3d602614907.tar.bz2 qemu-1d809098aa9518cda41c2cf6e660d3d602614907.zip |
stream: add on-error argument
This patch adds support for error management to streaming.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r-- | qmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index 71d7c25f5c..ea93b1d4a9 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -787,7 +787,7 @@ EQMP { .name = "block-stream", - .args_type = "device:B,base:s?,speed:o?", + .args_type = "device:B,base:s?,speed:o?,on-error:s?", .mhandler.cmd_new = qmp_marshal_input_block_stream, }, |