From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVuFh-0008OV-H7 for qemu-devel@nongnu.org; Thu, 03 Jun 2004 11:35:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVuFf-0008OJ-Qq for qemu-devel@nongnu.org; Thu, 03 Jun 2004 11:35:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVuFf-0008OG-NW for qemu-devel@nongnu.org; Thu, 03 Jun 2004 11:35:31 -0400 Received: from [193.252.22.29] (helo=mwinf0204.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVuFF-0001M1-O9 for qemu-devel@nongnu.org; Thu, 03 Jun 2004 11:35:05 -0400 Received: from bellard.org (ATuileries-112-1-2-134.w80-14.abo.wanadoo.fr [80.14.188.134]) by mwinf0204.wanadoo.fr (SMTP Server) with ESMTP id F20D1A000232 for ; Thu, 3 Jun 2004 17:35:04 +0200 (CEST) Message-ID: <40BF45BB.3070109@bellard.org> Date: Thu, 03 Jun 2004 17:37:31 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] loadvm someone? References: <20040603000208.GA16903@jbrown.mylinuxbox.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; 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 Johannes Schindelin wrote: > Hi, > > does anybody else than me use the loadvm command? > > I run into a few problems: > - a saved KNOPPIX state gives an error, when loaded first, > if I load a second time, it works > - a saved Windows state does not start any longer > > My suspicion is that some "hardware" state is not saved, and so those > virtual devices are not reinitialized correctly. However, when I load the > state a 2nd time, they have been initialized somehow. > > Anyone has an idea where to fix it? The save/load VM feature is not finished because not all devices save their state (it should be easy to finish). There are also some problems if you load a VM on a computer with a different clock speed from the one on which it was saved. Moreover, no backward compatibility between the saved state file format is currently maintainted. Fabrice.