From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0AZz-0006SJ-0K for qemu-devel@nongnu.org; Fri, 09 Apr 2010 05:32:47 -0400 Received: from [140.186.70.92] (port=40165 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0AZx-0006Rw-3U for qemu-devel@nongnu.org; Fri, 09 Apr 2010 05:32:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0AZw-000480-41 for qemu-devel@nongnu.org; Fri, 09 Apr 2010 05:32:45 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:52793) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0AZv-00047B-4e for qemu-devel@nongnu.org; Fri, 09 Apr 2010 05:32:44 -0400 Received: by pwi6 with SMTP id 6so2530937pwi.4 for ; Fri, 09 Apr 2010 02:32:41 -0700 (PDT) MIME-Version: 1.0 From: Jun Koi Date: Fri, 9 Apr 2010 18:32:21 +0900 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Weird thing happen when the VM is stop! (0.12.3) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I found something very funny happening with 0.12.3: it seems the VM is still running even I already stopped it. Here is how I verified that: Boot any OS (I checked with Windows XP and Ubuntu) with 0.12.3, and stop it any time after it booted up. Use "stop" command on monitor interface. Now the VM stops. Then in the same monitor interface, run "info registers" again and again. You can see that the value of EIP and EFLAGS still change once in a while. This should not happen, becaues the VM already stopped. I checked, and dont see this problem with 0.11.1. And this doesnt happen with the latest code in the git tree, either. Any idea on why this happens??? (My host is running Ubuntu 9.10, and I am using i386-softmmu/qemu to run VM on this experiment) Thanks, Jun