From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40371 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0PXV-0003p2-OK for qemu-devel@nongnu.org; Mon, 27 Sep 2010 22:03:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0PXU-00052i-KP for qemu-devel@nongnu.org; Mon, 27 Sep 2010 22:03:29 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:65106) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0PXU-00052Y-IR for qemu-devel@nongnu.org; Mon, 27 Sep 2010 22:03:28 -0400 Received: by qyk5 with SMTP id 5so9234400qyk.4 for ; Mon, 27 Sep 2010 19:03:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 27 Sep 2010 19:03:26 -0700 Message-ID: Subject: Re: [Qemu-devel] snapshots From: edison Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: chandra shekar Cc: qemu-devel@nongnu.org QCOW2 snapshots are stored inside the disk image, which is the kind of internal snapshot. I had send out a patch (http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01662.html) last weeks, that can copy the snapshot out of the disk. FYI. On Sun, Sep 26, 2010 at 10:47 PM, chandra shekar wrote: > hi,everyone i want to change the default location of qemu to store > snapshots. > I have searched savem.c file completely and i am unable to find where does > qemu stores snapshots > and the relevant code for it plz help anyone,thanks > >