From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6411-0001yr-59 for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:35:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K640z-0001wv-5y for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:35:58 -0400 Received: from [199.232.76.173] (port=53490 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K640y-0001we-UJ for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:35:56 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:58016) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K640y-000847-8J for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:35:56 -0400 From: Paul Brook Subject: Re: [Qemu-devel] what is needed to shutdown a guest (including Qemu process)? Date: Tue, 10 Jun 2008 14:35:27 +0100 References: <484E6B53.8030503@wpkg.org> In-Reply-To: <484E6B53.8030503@wpkg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806101435.29735.paul@codesourcery.com> 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 Cc: Tomasz Chmielewski On Tuesday 10 June 2008, Tomasz Chmielewski wrote: > 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. AFAIK the versatile/pb hardware doesn't have any mechanism for powering off. You have to kill it manually. Paul