From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 92291] New: kvm/guest crashes when smp > 1 with AMD FX8300;
with host kernel oops from abrt as well
Date: Thu, 29 Jan 2015 14:35:36 +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]:40059 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1752115AbbA2Ofl (ORCPT );
Thu, 29 Jan 2015 09:35:41 -0500
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 162402024F
for ; Thu, 29 Jan 2015 14:35:40 +0000 (UTC)
Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51])
by mail.kernel.org (Postfix) with ESMTP id 05DA320251
for ; Thu, 29 Jan 2015 14:35:37 +0000 (UTC)
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=92291
Bug ID: 92291
Summary: kvm/guest crashes when smp > 1 with AMD FX8300; with
host kernel oops from abrt as well
Product: Virtualization
Version: unspecified
Kernel Version: 3.18.3-201.fc21.x86_64 [host], 3.13.0-39-generic
[ubuntu guest]
Hardware: x86-64
OS: Linux
Tree: Mainline
Status: NEW
Severity: high
Priority: P1
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: kernelbugzilla.org.Markie1@dfgh.net
Regression: No
Created attachment 165171
--> https://bugzilla.kernel.org/attachment.cgi?id=165171&action=edit
kvm register dumps
Overview
========
Whenever I launch a kvm guest in qemu-system-x86_64 with -smp > 1 [-cpu host
-enable-kvm of course], the guest kernel crashes at some stage; I've seen the
kernel crash before completing boot-up, giving the recognizable kernel crash
trace, as well as during 'normal' operation when the guest simply 'freezes'.
The host kernel gives me an oops as well, although abrt won't let me report it
now as I've got Nvidia proprietary drivers 'tainting' the kernel
The bug seems non-specific to guest OS, though mainly it's been *buntu guests,
with various different kernels including lowlatency, I even think I've seen the
bug with a Windows guest. I've tried building qemu from git sources, no
particularly noticeable difference;
Steps to reproduce
==================
1) Start linux guest on a multicore system [AMD FX8* series CPU?] with
$ qemu-system-x86_64 -m 2G -cpu host -smp 4 -enable-kvm -hda [image_file] -vga
vmware
2) wait until the guest kernel crashes; virtually every time in less than 10
minutes
Actual results
==============
guest kernel crashes, host kernel gives an oops too, presumably as a result of
kvm passthrough
Expected results
================
guest virtual machine should work normally then keep working normally
it would be good to try to pipe dmesg from the guest to the host serial
connection, in case that would assist?
--
You are receiving this mail because:
You are watching the assignee of the bug.