From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGXRn-0005YC-Ts for qemu-devel@nongnu.org; Thu, 20 Feb 2014 12:30:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGXRc-00030f-QT for qemu-devel@nongnu.org; Thu, 20 Feb 2014 12:30:07 -0500 Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:53328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGXRc-00030D-JQ for qemu-devel@nongnu.org; Thu, 20 Feb 2014 12:29:56 -0500 Received: by mail-ee0-f51.google.com with SMTP id b57so1101920eek.38 for ; Thu, 20 Feb 2014 09:29:55 -0800 (PST) Sender: Paolo Bonzini Message-ID: <53063B8F.9010307@redhat.com> Date: Thu, 20 Feb 2014 18:29:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392644647-9897-1-git-send-email-pbonzini@redhat.com> <20140219140616.GG3613@dhcp-200-207.str.redhat.com> In-Reply-To: <20140219140616.GG3613@dhcp-200-207.str.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/20] Improve bdrv_open error messages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: jcody@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com Il 19/02/2014 15:06, Kevin Wolf ha scritto: > Thanks, applied to the block branch. Conflicts with master... to help you rebasing I put my own version at block-open-errors on git://github.com/bonzini/qemu.git. Paolo