From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn5tr-0000yA-LC for qemu-devel@nongnu.org; Tue, 28 Apr 2015 09:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn5tm-00075A-5W for qemu-devel@nongnu.org; Tue, 28 Apr 2015 09:50:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn5tl-000736-Ud for qemu-devel@nongnu.org; Tue, 28 Apr 2015 09:50:06 -0400 Date: Tue, 28 Apr 2015 15:49:22 +0200 From: Kevin Wolf Message-ID: <20150428134922.GC4378@noname.redhat.com> References: <1430227672-7670-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430227672-7670-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 0/4] block: move I/O request processing to block/io.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Alberto Garcia , qemu-devel@nongnu.org Am 28.04.2015 um 15:27 hat Stefan Hajnoczi geschrieben: > Note: This series is based on my block-next branch: > https://github.com/stefanha/qemu.git block-next > > v4: > * Extracted two patches that change block.c code, now making the final > block/io.c patch purely code movement [Eric] > * Added missing block/io.c file (oops!) [Eric] > > This series splits block.c because the file has grown too large. This helps > separate the core block layer into BlockDriverState graph operations and I/O > processing. Thanks, applied to the block branch. Kevin