From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzG38-000200-Ko for qemu-devel@nongnu.org; Tue, 26 Dec 2006 12:25:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzG37-0001xy-Gv for qemu-devel@nongnu.org; Tue, 26 Dec 2006 12:25:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzG37-0001xW-7q for qemu-devel@nongnu.org; Tue, 26 Dec 2006 12:25:13 -0500 Received: from [128.83.139.10] (helo=mail.cs.utexas.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GzG36-0001Z0-R5 for qemu-devel@nongnu.org; Tue, 26 Dec 2006 12:25:13 -0500 Received: from [192.168.1.100] (c-68-44-241-93.hsd1.nj.comcast.net [68.44.241.93]) (authenticated bits=0) by mail.cs.utexas.edu (8.13.8/8.13.8) with ESMTP id kBQHP6l5029920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 26 Dec 2006 11:25:08 -0600 (CST) Message-ID: <45915AE4.8050005@cs.utexas.edu> Date: Tue, 26 Dec 2006 11:24:52 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Create the VMDK snapshot from the QEMU monitor. References: <64F9B87B6B770947A9F8391472E0321609AB06E3@ehost011-8.exch011.intermedia.net> In-Reply-To: <64F9B87B6B770947A9F8391472E0321609AB06E3@ehost011-8.exch011.intermedia.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Igor, Out of curiousity, why didn't you use the new snapshot infrastructure that Fabrice introduced in CVS? Shouldn't the CID just map directly to a snapshot tag? Regards, Anthony Liguori Igor Lvovsky wrote: > > Hi, > > This patch completes the previous one and allows the snapshot (VMDK > style) creation from the QEMU monitor (Ctrl+Alt+2). > > > > To clarify, the previous patch implements the snapshot capabilities > according to the "Virtual Disk Format 1.0" document. > > http://lists.gnu.org/archive/html/qemu-devel/2006-12/msg00311.html > > > > Implemented features: > > 1. Create snapshot. > 2. CID concept to prevent snapshots chain inconsistency. > 3. Snapshots read/write capabilities. > > > > The whole chain (base image and snapshots) created by QEMU can be > loaded from the VMware workstation and vice versa. > > > > Igor Lvovsky. > > ------------------------------------------------------------------------ > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >