From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46245 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Fgx-0002J9-Mh for qemu-devel@nongnu.org; Mon, 28 Mar 2011 12:53:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4FND-0005nM-Pt for qemu-devel@nongnu.org; Mon, 28 Mar 2011 12:33:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4FND-0005nI-GG for qemu-devel@nongnu.org; Mon, 28 Mar 2011 12:32:59 -0400 Message-ID: <4D90B811.2080800@redhat.com> Date: Mon, 28 Mar 2011 18:32:17 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] Relative/Absolute timing snapshot problem References: <201103181339.33709.ck@iseclab.org> <4D906F99.9080808@redhat.com> <201103280925.57531.ck@iseclab.org> In-Reply-To: <201103280925.57531.ck@iseclab.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Clemens Kolbitsch Cc: qemu-devel@nongnu.org, Juan Quintela On 03/28/11 18:25, Clemens Kolbitsch wrote: >> Hi Clemens, >> > >> > Could you clarify what you are doing, when you say snapshot do you mean >> > a savevm operation (ie. checkpoint) or a disk snapshot? > I Jes, > > sorry for not being clear: I use a savevm operation. > > Following setup: I have a base file (qcow2 or qew format) and a snapshot file > (generated via 'qemu-img create -b -f qcow2 ') and > boot the snapshot file. Once the system (WinXP SP3 guest) has fully started, I > create a snapshot (savevm ) and exit the emulator. Later, I resume the > snapshot by starting Qemu with the snapshotfile and say 'loadvm '. > > Actually, I found that the times I gave in my last email were way > underestimated. The time difference is MUCH larger than 2-3 seconds per day. A > week-old snapshot can take minutes to load on a reasonably idle host machine. Ok, then I am pretty much in the dark on this one - I don't know anything about the checkpoint/restart feature and the impact on things like the clock. I only worked on the live snapshot code (for disk snapshots). Hopefully someone else will have an idea. Cheers, Jes