From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38422 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBOIm-0005uP-Ox for qemu-devel@nongnu.org; Thu, 28 Oct 2010 04:57:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBOIl-00064U-Mu for qemu-devel@nongnu.org; Thu, 28 Oct 2010 04:57:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBOIl-00064H-DV for qemu-devel@nongnu.org; Thu, 28 Oct 2010 04:57:39 -0400 Message-ID: <4CC93B2C.7050304@redhat.com> Date: Thu, 28 Oct 2010 10:58:20 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1288208649-27542-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1288208649-27542-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] block: fix the use of protocols in backing files (v2) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Adam Litke , qemu-devel@nongnu.org, Stefan Hajnoczi Am 27.10.2010 21:44, schrieb Anthony Liguori: > Signed-off-by: Anthony Liguori Thanks, added a meaningful commit message and applied to the block branch. Kevin