From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K62QM-00048V-72 for qemu-devel@nongnu.org; Tue, 10 Jun 2008 07:54:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K62QL-00047m-L8 for qemu-devel@nongnu.org; Tue, 10 Jun 2008 07:54:01 -0400 Received: from [199.232.76.173] (port=59883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K62QL-00047W-H9 for qemu-devel@nongnu.org; Tue, 10 Jun 2008 07:54:01 -0400 Received: from mx03.syneticon.net ([87.79.32.166]:2902) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K62QL-0002x8-2f for qemu-devel@nongnu.org; Tue, 10 Jun 2008 07:54:01 -0400 Received: from localhost (filter1.syneticon.net [192.168.113.3]) by mx03.syneticon.net (Postfix) with ESMTP id E98E994A6 for ; Tue, 10 Jun 2008 13:54:00 +0200 (CEST) Received: from mx03.syneticon.net ([192.168.113.4]) by localhost (mx03.syneticon.net [192.168.113.3]) (amavisd-new, port 10025) with ESMTP id pftrQJ5QkRp1 for ; Tue, 10 Jun 2008 13:53:57 +0200 (CEST) Received: from [192.168.10.145] (koln-4d0b7c3d.pool.mediaWays.net [77.11.124.61]) by mx03.syneticon.net (Postfix) with ESMTP for ; Tue, 10 Jun 2008 13:53:57 +0200 (CEST) Message-ID: <484E6B53.8030503@wpkg.org> Date: Tue, 10 Jun 2008 13:53:55 +0200 From: Tomasz Chmielewski MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] what is needed to shutdown a guest (including Qemu process)? 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 I'm trying to run Debian Etch with Qemu 0.9.1, using ARM Versatile/PB machine emulation, with a self-compiled 2.6.20 kernel. Everything works fine, except that I can't shutdown the guest properly. When I want to halt the guest system, it shutdowns just fine up to: Will now halt. Synchronizing SCSI cache for disk sda: System halted. But the qemu-system-arm process continues to run. Is there a workaround to that? I would expect qemu process to exit as well. -- Tomasz Chmielewski http://wpkg.org