qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 04/17] blockdev: 'blockdev-add' QMP command


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 04/17] blockdev: 'blockdev-add' QMP command
Date: Fri, 20 Sep 2013 16:57:28 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>

> >+{ '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

[Prev in Thread] Current Thread [Next in Thread]