From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 120751] New: Host kernel freezes when I shutdown guest
Date: Tue, 21 Jun 2016 19:26:57 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.29.136]:46650 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1751286AbcFUT1Z (ORCPT );
Tue, 21 Jun 2016 15:27:25 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 9557B201BC
for ; Tue, 21 Jun 2016 19:26:59 +0000 (UTC)
Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51])
by mail.kernel.org (Postfix) with ESMTP id 1B4E420149
for ; Tue, 21 Jun 2016 19:26:58 +0000 (UTC)
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=120751
Bug ID: 120751
Summary: Host kernel freezes when I shutdown guest
Product: Virtualization
Version: unspecified
Kernel Version: 4.6.2
Hardware: x86-64
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: mkletzan@redhat.com
Regression: No
I wasn't able to find the smallest case that would cause this, so I'll describe
the whole procedure how to reproduce this. I'll then try to narrow down the
cause. If there is some information I might gather anywhere, I'll be more than
happy to provide such information.
Reproducible: always
Steps:
1) I start a guest, switch to text console and login.
2) Then in the host I run:
a) 'virsh dompmsuspend $guest mem' which tells the guest's qemu-ga to
suspend to RAM.
b) I then run 'virsh dompmwakeup $guest' to wake it up. The guest console
misbehaves at this point (which is what I am trying to reproduce to solve
another bug).
3) So I connect using ssh and run 'shutdown -h now'.
Actual results:
At that point last fraction of the second of the music I was playing (whatever
remained in the buffer, I guess) starts repeating and the host stops
responding. Even Magic SysRq doesn't work. I have to manually force the host
off with a button and boot again.
Expected results:
Host keeps running.
I've first seen that in 4.6.2, I tried 4.6.0 and it happened as well. I'm not
sure whether this is related to Virtualization or graphics drivers or anything
else.
--
You are receiving this mail because:
You are watching the assignee of the bug.