From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQZal-00039p-1Q for qemu-devel@nongnu.org; Sun, 07 Sep 2014 06:21:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQZab-0007Sg-UU for qemu-devel@nongnu.org; Sun, 07 Sep 2014 06:21:06 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:61480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQZab-0007Sc-Ne for qemu-devel@nongnu.org; Sun, 07 Sep 2014 06:20:57 -0400 Received: by mail-we0-f169.google.com with SMTP id k48so13663536wev.28 for ; Sun, 07 Sep 2014 03:20:56 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <540C3183.5010009@redhat.com> Date: Sun, 07 Sep 2014 12:20:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <540C1CFB.2000701@gmail.com> In-Reply-To: <540C1CFB.2000701@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [regression] QEMU-2.1.0, unable to halt guest. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Piotr Karbowski , qemu-devel@nongnu.org Il 07/09/2014 10:53, Piotr Karbowski ha scritto: > I've found that there's an issue with shutdown minimal linux guest (just > minimal kernel and initramfs with busybox) via 'poweroff -f' and 'echo o >>/proc/sysrq-trigger' and qemu-2.1.0 does not shutdown. I also tried to > boot the host's kernel+initramfs in qemu, the same result, however on > bare-metal I can shutdown the whole box with 'poweroff -f'. the 'echo b >>/proc/sysrq-trigger' works as well as sending control-alt-delete, the > guest does reboots. > > Worth noting is that I can boot fully featured guest system, like > Debian7, and shutdown it without any issue on 2.1.0. > > After downgrading to 2.0.0 everything works fine. > > QEMU-2.1.0 with seabios-1.7.5 have issue. > QEMU-2.0.0 with seabios-1.7.4 works all right. This should be fixed in 2.1.1 when it's released. Thanks, Paolo