Re: [Qemu-block] [PATCH v7 08/15] block: Simplify block_set_io_throttle

2016-05-24 Thread Alberto Garcia
On Sat 21 May 2016 12:40:17 AM CEST, Eric Blake wrote: > 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 throttle parameters. > > Signed-off-by: Eric Blake It looks much better now, thanks! Revie

[Qemu-block] [PATCH v7 08/15] block: Simplify block_set_io_throttle

2016-05-20 Thread Eric Blake
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 throttle parameters. Signed-off-by: Eric Blake --- v7: new patch --- qapi/block-core.json | 20 -- blockdev.c | 111 +++