From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfJY9-0000UP-Of for qemu-devel@nongnu.org; Wed, 22 May 2013 20:38:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfJY0-0000Ar-3t for qemu-devel@nongnu.org; Wed, 22 May 2013 20:38:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfJXz-0000Ah-Sg for qemu-devel@nongnu.org; Wed, 22 May 2013 20:38:24 -0400 Date: Thu, 23 May 2013 08:38:19 +0800 From: Fam Zheng Message-ID: <20130523003819.GA1522@localhost.nay.redhat.com> References: <1369192610-25003-1-git-send-email-famz@redhat.com> <20130522094444.GA28893@redhat.com> <519CA653.3090803@redhat.com> <20130522111224.GS4515@redhat.com> <20130522143945.GF28600@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130522143945.GF28600@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 00/10] curl: fix curl read List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Paolo Bonzini , "Richard W.M. Jones" , qemu-devel@nongnu.org On Wed, 05/22 16:39, Stefan Hajnoczi wrote: > On Wed, May 22, 2013 at 12:12:24PM +0100, Richard W.M. Jones wrote: > > On Wed, May 22, 2013 at 01:04:51PM +0200, Paolo Bonzini wrote: > > > Something is trying to write, but there's no write operation defined for > > > CURL. > > > > > > I guess curl (and other backends too) should reject being opened for > > > write. Alternatively, block.c could do that for them. > > > > Yes, I'd just got to that conclusion as well :-) > > > > The attached patch fixes the crash for me. > > Please post a top-level thread so that your patch gets picked up by > scripts and noticed by humans too :). > > Alternatively Fam can include it in the next revision of this series. > > Stefan > No problem, I'll post a new version to include it. -- Fam