Am 20.09.2013 um 15:34 hat Max Reitz geschrieben:
> On 2013-09-20 13:54, Kevin Wolf wrote:
> >For examples see the changes to qmp-commands.hx.
> >
> >Signed-off-by: Kevin Wolf <kw...@redhat.com>

> >+{ 'type': 'BlockdevThrottlingOptions',
> >+  'data': { '*bps-total': 'int',
> >+            '*bps-read': 'int',
> >+            '*bps-write': 'int',
> >+            '*iops-total': 'int',
> >+            '*iops-read': 'int',
> >+            '*iops-write': 'int' } }
> Hm, what about burst throttling?

Good catch. They were introduced only after I started this patch.

But in fact, as we discussed on Monday, I/O throttling and copy on read
should be completely removed from the interface for now so that we can
move them to a filter driver as soon as the infrastructure for them is
there.

Kevin

Reply via email to