From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dddKe-0005Z4-U7 for qemu-devel@nongnu.org; Fri, 04 Aug 2017 10:12:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddbVK-0002tZ-K0 for qemu-devel@nongnu.org; Fri, 04 Aug 2017 08:16:43 -0400 From: Alberto Garcia In-Reply-To: <20170731095443.28211-3-el13635@mail.ntua.gr> References: <20170731095443.28211-1-el13635@mail.ntua.gr> <20170731095443.28211-3-el13635@mail.ntua.gr> Date: Fri, 04 Aug 2017 14:14:54 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 2/7] block: add aio_context field in 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:38 AM CEST, Manos Pitsidianakis wrote: > timer_cb() needs to know about the current Aio context of the throttle > request that is woken up. In order to make ThrottleGroupMember backend > agnostic, this information is stored in an aio_context field instead of > accessing it from BlockBackend. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Manos Pitsidianakis Reviewed-by: Alberto Garcia Berto