From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZTS-0007NT-M6 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZTM-000101-Gs for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:27:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZTM-0000y4-Ah for qemu-devel@nongnu.org; Tue, 21 Oct 2014 09:27:36 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9LDRZfY004507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 21 Oct 2014 09:27:35 -0400 Date: Tue, 21 Oct 2014 15:27:33 +0200 From: Kevin Wolf Message-ID: <20141021132733.GH4409@noname.redhat.com> References: <1413897133-4928-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413897133-4928-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: add aio to block layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 21.10.2014 um 15:12 hat Paolo Bonzini geschrieben: > AioContext falls under the block layer, mark it as such. > > Signed-off-by: Paolo Bonzini Gah, even more work! Thanks, applied to the block branch. Kevin