Re: [Qemu-devel] [PATCH v6 11/16] block: simplify drive-backup

2016-07-21 Thread Eric Blake
On 07/21/2016 01:40 PM, Denis V. Lunev wrote: > From: Pavel Butsykin > > Now that we can support boxed commands, use it to greatly reduce the > number of parameters (and likelihood of getting out of sync) when > adjusting drive-backup parameters.. s/.././ > > Signed-off-by: Pavel Butsykin > R

[Qemu-devel] [PATCH v6 11/16] block: simplify drive-backup

2016-07-21 Thread Denis V. Lunev
From: Pavel Butsykin Now that we can support boxed commands, use it to greatly reduce the number of parameters (and likelihood of getting out of sync) when adjusting drive-backup parameters.. Signed-off-by: Pavel Butsykin Reviewed-by: Stefan Hajnoczi Signed-off-by: Denis V. Lunev CC: Jeff Cod