From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcbJZ-0007Nh-Or for qemu-devel@nongnu.org; Wed, 03 Feb 2010 04:14:25 -0500 Received: from [199.232.76.173] (port=60854 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcbJY-0007N3-Uj for qemu-devel@nongnu.org; Wed, 03 Feb 2010 04:14:25 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcbJW-0000rO-HG for qemu-devel@nongnu.org; Wed, 03 Feb 2010 04:14:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56193) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcbJV-0000qy-SW for qemu-devel@nongnu.org; Wed, 03 Feb 2010 04:14:22 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o139ELZg025649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Feb 2010 04:14:21 -0500 Message-ID: <4B693E39.3000405@redhat.com> Date: Wed, 03 Feb 2010 10:13:29 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <4B686521.5010407@redhat.com> In-Reply-To: <4B686521.5010407@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Question on qcow2 image with base image List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Naphtali Sprei Cc: qemu-devel@nongnu.org Am 02.02.2010 18:47, schrieb Naphtali Sprei: > Hi, > when I use a qcow2 image based on a base image, what should happen when I invoke the commit command from the qemu monitor ? > Is it expected/intended to "flush" the data into the base image ? Yes, this is what it's meant to do. > IIUC, that is what happening in the released qemu (0.12). > I would expect it not to touch the base image. Well, committing to the base image without touching it sounds rather difficult. ;-) If you don't want to touch the backing file, don't use the commit command. Kevin