From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1aIY-0003IY-Ft for qemu-devel@nongnu.org; Thu, 18 Dec 2014 07:35:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1aIQ-0007l4-PR for qemu-devel@nongnu.org; Thu, 18 Dec 2014 07:35:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1aIQ-0007kq-JB for qemu-devel@nongnu.org; Thu, 18 Dec 2014 07:35:10 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBICZ9nK009982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 18 Dec 2014 07:35:09 -0500 Date: Thu, 18 Dec 2014 13:35:07 +0100 From: Kevin Wolf Message-ID: <20141218123507.GC25902@noname.redhat.com> References: <1418829000-20288-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1418829000-20288-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] block: three optimizations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 17.12.2014 um 16:09 hat Paolo Bonzini geschrieben: > These are three unrelated micro-optimizations of the block layer. > The first is only visible on non-dataplane operation, the others > are generic. Thanks, applied all to the block branch. Kevin