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

2016-06-14 Thread Markus Armbruster
Eric Blake writes: > 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 -- > b

[Qemu-devel] [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 +++