[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 13/18] blockdev: Rename I/O throttling options f
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 13/18] blockdev: Rename I/O throttling options for QMP |
Date: |
Fri, 26 Jul 2013 13:54:23 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
On 07/26/2013 01:35 PM, Benoît Canet wrote:
>> This patch will probably conflict with Benoît's work on leaky bucket
>> throttling; can the two of you decide which one should go in first? Are
>> we trying to target both this series and leaky bucket throttling for 1.6?
>
> I will to rebase my serie on top of this.
s/serie/series/
[Stupid English, where every rule has an exception. Here, the exception
is that "series" is the correct spelling of both singular and plural
form. Don't fret, you're not the first non-native speaker to be tripped
up by this oddity.]
>
> However if anyone has suggestions for the names of the new options the leaky
> bucket serie add it would probably avoid an extra code review.
As I mentioned on that series, one possibility would be to have:
'*throttling': { 'bps-read': nnn, <up to 6 members, as now> }
'*throttling-threshold': { 'bps-read': nnn, ...}
so that instead of naming 6 new members, you are just naming 1 new
struct that shares the same 6 member names as the first struct.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
[Qemu-devel] [PATCH 12/18] QemuOpts: Add qemu_opt_unset(), Kevin Wolf, 2013/07/23
[Qemu-devel] [PATCH 15/18] blockdev: Rename 'readonly' option to 'read-only', Kevin Wolf, 2013/07/23
[Qemu-devel] [PATCH 14/18] qcow2: Use dashes instead of underscores in options, Kevin Wolf, 2013/07/23
[Qemu-devel] [PATCH 16/18] blockdev: Split up 'cache' option, Kevin Wolf, 2013/07/23
[Qemu-devel] [PATCH 17/18] Implement qdict_flatten(), Kevin Wolf, 2013/07/23