From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K63jv-0003ax-TV for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:18:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K63ju-0003XW-9I for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:18:19 -0400 Received: from [199.232.76.173] (port=50430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K63ju-0003XR-5x for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:18:18 -0400 Received: from mail2.shareable.org ([80.68.89.115]:60107) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K63jt-00043e-SF for qemu-devel@nongnu.org; Tue, 10 Jun 2008 09:18:18 -0400 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1K63js-0007x3-2w for qemu-devel@nongnu.org; Tue, 10 Jun 2008 14:18:16 +0100 Date: Tue, 10 Jun 2008 14:18:16 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] what is needed to shutdown a guest (including Qemu process)? Message-ID: <20080610131815.GD28565@shareable.org> References: <484E6B53.8030503@wpkg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <484E6B53.8030503@wpkg.org> 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 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. > > Is there a workaround to that? I would expect qemu process to exit as well. Try poweroff instead of halt. -- Jamie