From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfcmX-000769-LT for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:24:49 -0500 Received: from [199.232.76.173] (port=50332 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfcmX-00075r-8U for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:24:49 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfcmV-0008Gb-Ln for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:24:49 -0500 Received: from mail-iw0-f194.google.com ([209.85.223.194]:56653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfcmU-0008GO-Ey for qemu-devel@nongnu.org; Thu, 11 Feb 2010 12:24:47 -0500 Received: by iwn32 with SMTP id 32so2476655iwn.14 for ; Thu, 11 Feb 2010 09:24:45 -0800 (PST) Message-ID: <4B743D5A.7080906@codemonkey.ws> Date: Thu, 11 Feb 2010 11:24:42 -0600 From: Anthony Liguori 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> <4B743CAB.4050508@redhat.com> In-Reply-To: <4B743CAB.4050508@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Naphtali Sprei Cc: Kevin Wolf , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Sheng Yang On 02/11/2010 11:21 AM, Naphtali Sprei wrote: > 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 ? > Yes. Regards, Anthony Liguori > Naphtali > > > >> Regards, >> >> Anthony Liguori >> > >