From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nfcjq-0005dO-Gc for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:22:02 -0500 Received: from [199.232.76.173] (port=45168 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nfcjp-0005dB-UG for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:22:01 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nfcjo-0007x2-GV for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:22:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5113) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nfcjo-0007wm-3R for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:22:00 -0500 Message-ID: <4B743CAB.4050508@redhat.com> Date: Thu, 11 Feb 2010 19:21:47 +0200 From: Naphtali Sprei MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] qemu-img: Fix qemu-img can't create qcow image based on read-only image References: <1264731306-14187-1-git-send-email-sheng@linux.intel.com> <4B72FB93.6060309@codemonkey.ws> In-Reply-To: <4B72FB93.6060309@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Sheng Yang Anthony Liguori wrote: > On 01/28/2010 08:15 PM, Sheng Yang wrote: >> Commit 03cbdac7 "Disable fall-back to read-only when cannot open drive's >> file for read-write" result in read-only image can't be used as backed >> image in qemu-img. >> >> Cc: Naphtali Sprei >> Signed-off-by: Sheng Yang >> > > Applied. Thanks. I've sent a patch that includes this patch, too ( http://lists.gnu.org/archive/html/qemu-devel/2010-02/msg00578.html ) Should I rebase my patch ? Naphtali > > Regards, > > Anthony Liguori