From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kic78-0006id-Mf for qemu-devel@nongnu.org; Wed, 24 Sep 2008 17:41:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kic75-0006gn-Ku for qemu-devel@nongnu.org; Wed, 24 Sep 2008 17:41:37 -0400 Received: from [199.232.76.173] (port=43979 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kic75-0006gf-9U for qemu-devel@nongnu.org; Wed, 24 Sep 2008 17:41:35 -0400 Received: from smtp.andrew.cmu.edu ([128.2.10.212]:48331) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kic74-0004vg-Rc for qemu-devel@nongnu.org; Wed, 24 Sep 2008 17:41:35 -0400 Received: from NASCA (dhcp-38-161.EECS.Berkeley.EDU [128.32.38.161]) (user=juanca mech=LOGIN (0 bits)) by smtp.andrew.cmu.edu (8.13.8/8.13.8) with ESMTP id m8OLfUTp013747 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Wed, 24 Sep 2008 17:41:31 -0400 From: "Juan Caballero" Date: Wed, 24 Sep 2008 14:41:30 -0700 Message-ID: <00ba01c91e8e$4f2872d0$ed795870$@cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us Subject: [Qemu-devel] possible bug Qemu 0.9.1 -loadvm 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, I have a Windows XP SP3 image where if I take an snapshot and try to load it through the command line option "-loadvm" the host displays a blue screen right after loading the snapshot and starts booting from the beginning. But, if I start QEMU without the -loadvm command line option and then type 'loadvm 1' in the monitor, it loads the snapshot properly. I have been able to reproduce this in 2 hosts: Qemu 32 bit on Fedora Core 8 Qemu 64 bit on Ubuntu 8.04 Is this some timing issue? I can provide access to the image if someone is willing to take a look Thanks, Juan