From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nv6J7-0001Nk-6o for qemu-devel@nongnu.org; Fri, 26 Mar 2010 05:58:25 -0400 Received: from [140.186.70.92] (port=56134 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nv6J5-0001Me-VL for qemu-devel@nongnu.org; Fri, 26 Mar 2010 05:58:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nv6J4-0000DC-Hz for qemu-devel@nongnu.org; Fri, 26 Mar 2010 05:58:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5763) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nv6J4-0000Cy-9r for qemu-devel@nongnu.org; Fri, 26 Mar 2010 05:58:22 -0400 Message-ID: <4BAC8517.1000704@redhat.com> Date: Fri, 26 Mar 2010 10:57:43 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] where can i find location of snapshot images? References: <004d01caccb4$d4f13e80$7ed3bb80$@com> In-Reply-To: <004d01caccb4$d4f13e80$7ed3bb80$@com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?7ZiE7ZW07J28?= Cc: qemu-devel@nongnu.org Am 26.03.2010 08:20, schrieb =ED=98=84=ED=95=B4=EC=9D=BC: > If I had make the snapshot images by using savevm command, then where > can I find location of created images? It doesn't create new files, the snapshots are saved in the same image file. You can list them with "info snapshots" and load a snapshot with "loadvm ". Kevin