From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2seT-0001hP-1Z for qemu-devel@nongnu.org; Wed, 19 Nov 2008 14:23:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2seR-0001hD-Hy for qemu-devel@nongnu.org; Wed, 19 Nov 2008 14:23:48 -0500 Received: from [199.232.76.173] (port=54144 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2seR-0001hA-E7 for qemu-devel@nongnu.org; Wed, 19 Nov 2008 14:23:47 -0500 Received: from wa-out-1112.google.com ([209.85.146.180]:17114) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2seR-0000rn-2Y for qemu-devel@nongnu.org; Wed, 19 Nov 2008 14:23:47 -0500 Received: by wa-out-1112.google.com with SMTP id j5so79920wah.18 for ; Wed, 19 Nov 2008 11:23:44 -0800 (PST) Message-ID: Date: Wed, 19 Nov 2008 14:23:44 -0500 From: "Mike Sun" Sender: mikesun@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] QCOW2 multiple disk (not VM) snapshots Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, For a research project, we've been doing a bit of hacking with Xen and utilize QCOW disk images as our VBDs. One intriguing thing about the QCOW2 format was support for multiple disk snapshots. Unfortunately, it seems from what I've been able to glean that support for multiple snapshots within a QCOW2 image is really only supported by QEMU's VM snapshot feature. Since I'm using Xen and only use QCOW2 disk images, I was wondering if there was any way from a tool such as 'qemu-img' to take snapshots of the QCOW2 disk image only and not through the general QEMU VM snapshot? Originally, I had thought that the CoW functionality provided by QCOW disks could be used to implement snapshots, but I learned that this wasn't achievable since QCOW disks cannot recursively back themselves. Thanks, Mike