From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NalDK-0007fP-O7 for qemu-devel@nongnu.org; Fri, 29 Jan 2010 02:24:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NalDF-0007eg-Bj for qemu-devel@nongnu.org; Fri, 29 Jan 2010 02:24:21 -0500 Received: from [199.232.76.173] (port=52479 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NalDF-0007ed-0c for qemu-devel@nongnu.org; Fri, 29 Jan 2010 02:24:17 -0500 Received: from mx20.gnu.org ([199.232.41.8]:51033) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NalDE-0008UX-NW for qemu-devel@nongnu.org; Fri, 29 Jan 2010 02:24:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NalDD-0005qL-T8 for qemu-devel@nongnu.org; Fri, 29 Jan 2010 02:24:16 -0500 Message-ID: <4B628CE3.6010808@redhat.com> Date: Fri, 29 Jan 2010 08:23:15 +0100 From: Kevin Wolf 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> In-Reply-To: <1264731306-14187-1-git-send-email-sheng@linux.intel.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sheng Yang Cc: Marcelo Tosatti , Naphtali Sprei , kvm@vger.kernel.org, qemu-devel@nongnu.org Am 29.01.2010 03:15, schrieb Sheng Yang: > 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: Kevin Wolf