From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2gNg-0006mR-2A for qemu-devel@nongnu.org; Tue, 17 May 2016 10:54:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2gN9-0000l1-4N for qemu-devel@nongnu.org; Tue, 17 May 2016 10:53:55 -0400 Date: Tue, 17 May 2016 16:52:59 +0200 From: Kevin Wolf Message-ID: <20160517145259.GC9802@noname.redhat.com> References: <1463485084-21747-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463485084-21747-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: Propagate AioContext change to all children List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Stefan Hajnoczi , Alberto Garcia , Fam Zheng Am 17.05.2016 um 13:38 hat Max Reitz geschrieben: > Instead of propagating any change of a BDS's AioContext only to its file > and backing children and letting driver-specific code do the rest, just > propagate it to all and drop the thus superfluous implementations of > bdrv_{at,de}tach_aio_context() in Quorum, blkverify and VMDK. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin