From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT3cC-0000mD-PG for qemu-devel@nongnu.org; Wed, 04 Mar 2015 02:21:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT3c9-0004DQ-Im for qemu-devel@nongnu.org; Wed, 04 Mar 2015 02:21:08 -0500 Received: from smtp3.mundo-r.com ([212.51.32.191]:61718 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT3c9-0003eu-C6 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 02:21:05 -0500 Date: Wed, 4 Mar 2015 08:20:25 +0100 From: Alberto Garcia Message-ID: <20150304072025.GA21627@igalia.com> References: <14cbc4c207ba6451894101aae39d146144a3c6dc.1423842044.git.berto@igalia.com> <54ECACB5.9030406@redhat.com> <20150225105635.GA14590@igalia.com> <54EDE8DE.1000701@redhat.com> <20150226135606.GA11033@igalia.com> <54F5F501.1020802@redhat.com> <878ufd44t9.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878ufd44t9.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH 9/9] throttle: add name of ThrottleGroup to BlockDeviceInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi On Wed, Mar 04, 2015 at 08:09:22AM +0100, Markus Armbruster wrote: > >> { 'type': 'ThrottleGroupInfo', > >> 'data': { 'name': 'str', 'nodes': ['BlockDeviceInfo'] } } > >> > >> { 'command': 'query-block-throttle', > >> 'returns': ['ThrottleGroupInfo'] } > We need a coherent set of block queries. What we have is an ad hoc > mess. Alberto proposes to add to the mess. Digs us deeper into the > hole. If you can describe what you would like to have then I can try to help. Berto