From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbWyV-0006Q1-ET for qemu-devel@nongnu.org; Sun, 31 Jan 2010 05:24:15 -0500 Received: from [199.232.76.173] (port=48175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbWyT-0006Pf-Qx for qemu-devel@nongnu.org; Sun, 31 Jan 2010 05:24:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbWyS-0005xe-QT for qemu-devel@nongnu.org; Sun, 31 Jan 2010 05:24:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19771) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbWyS-0005xY-FF for qemu-devel@nongnu.org; Sun, 31 Jan 2010 05:24:12 -0500 Message-ID: <4B655A44.7050800@redhat.com> Date: Sun, 31 Jan 2010 12:24:04 +0200 From: Naphtali Sprei MIME-Version: 1.0 References: <1264731306-14187-1-git-send-email-sheng@linux.intel.com> In-Reply-To: <1264731306-14187-1-git-send-email-sheng@linux.intel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2] qemu-img: Fix qemu-img can't create qcow image based on read-only image List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sheng Yang Cc: Kevin Wolf , Marcelo Tosatti , kvm@vger.kernel.org, qemu-devel@nongnu.org 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 Acked-by: Naphtali Sprei Unfortunately, I see there are still problems with using the resulting images. Investigating it, will send patches. Naphtali