From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dddaR-0001H4-G9 for qemu-devel@nongnu.org; Fri, 04 Aug 2017 10:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddbHD-0003e5-No for qemu-devel@nongnu.org; Fri, 04 Aug 2017 08:04:23 -0400 From: Alberto Garcia In-Reply-To: <20170731095443.28211-2-el13635@mail.ntua.gr> References: <20170731095443.28211-1-el13635@mail.ntua.gr> <20170731095443.28211-2-el13635@mail.ntua.gr> Date: Fri, 04 Aug 2017 13:59:43 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 1/7] block: move ThrottleGroup membership to ThrottleGroupMember List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Manos Pitsidianakis , qemu-devel Cc: Kevin Wolf , Stefan Hajnoczi , qemu-block On Mon 31 Jul 2017 11:54:37 AM CEST, Manos Pitsidianakis wrote: > This commit eliminates the 1:1 relationship between BlockBackend and > throttle group state. Users will be able to create multiple throttle > nodes, each with its own throttle group state, in the future. The > throttle group state cannot be per-BlockBackend anymore, it must be > per-throttle node. This is done by gathering ThrottleGroup membership > details from BlockBackendPublic into ThrottleGroupMember and refactoring > existing code to use the structure. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Manos Pitsidianakis Reviewed-by: Alberto Garcia Berto