From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgVfA-0004RS-7o for qemu-devel@nongnu.org; Fri, 10 Apr 2015 05:55:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgVf5-0000ZU-7z for qemu-devel@nongnu.org; Fri, 10 Apr 2015 05:55:48 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:32858 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgVf4-0000Z1-N7 for qemu-devel@nongnu.org; Fri, 10 Apr 2015 05:55:42 -0400 Date: Fri, 10 Apr 2015 11:55:39 +0200 From: Alberto Garcia Message-ID: <20150410095539.GA7931@igalia.com> References: <3060954d506be499c26d07ba4624dd33cd7b002d.1427732020.git.berto@igalia.com> <20150409142257.GE2783@stefanha-thinkpad.redhat.com> <20150410075834.GA18121@igalia.com> <20150410095218.GA23555@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150410095218.GA23555@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/7] throttle: Add throttle group support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi On Fri, Apr 10, 2015 at 10:52:18AM +0100, Stefan Hajnoczi wrote: > > That's right. What we can do is choose the group to update using > > the following criteria, in order of precedence: > > > > 1) The 'group' parameter from block-set-io-throttle. > > 2) The group the device is already member of. > > 3) A new group ("drive0" in this example). > > > > Currently we're not doing 2). > > Great, it makes sense to add 2). Ok, I'll do that and explain the whole thing in the API doc. Berto