From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7QV5-0001eG-K5 for qemu-devel@nongnu.org; Tue, 13 Mar 2012 08:07:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7QUh-0005t0-52 for qemu-devel@nongnu.org; Tue, 13 Mar 2012 08:06:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7QUg-0005so-T5 for qemu-devel@nongnu.org; Tue, 13 Mar 2012 08:06:23 -0400 Message-ID: <4F5F3902.2050709@redhat.com> Date: Tue, 13 Mar 2012 13:09:38 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1331568108-13188-2-git-send-email-pbonzini@redhat.com> In-Reply-To: <1331568108-13188-2-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] aio: move BlockDriverAIOCB to qemu-aio.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 12.03.2012 17:01, schrieb Paolo Bonzini: > And remove several block_int.h inclusions that should not be there. > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin