From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 104631] New: Error on walk_shadow_page_get_mmio_spte when
starting Qemu
Date: Wed, 16 Sep 2015 03:35:38 +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]:34026 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1751772AbbIPDfm (ORCPT );
Tue, 15 Sep 2015 23:35:42 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 27CB62088F
for ; Wed, 16 Sep 2015 03:35:41 +0000 (UTC)
Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51])
by mail.kernel.org (Postfix) with ESMTP id 248442087C
for ; Wed, 16 Sep 2015 03:35:39 +0000 (UTC)
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=104631
Bug ID: 104631
Summary: Error on walk_shadow_page_get_mmio_spte when starting
Qemu
Product: Virtualization
Version: unspecified
Kernel Version: 4.3.0-rc1
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: tasos@tasossah.com
Regression: Yes
Created attachment 187691
--> https://bugzilla.kernel.org/attachment.cgi?id=187691&action=edit
Output from Qemu
Ever since I upgraded to 4.3-rc1 I have been unable to run Qemu with KVM.
The launch command for qemu used is:
QEMU_SDL_SAMPLES=3072 SDL_AUDIODRIVER=pulse QEMU_AUDIO_DRV=sdl
qemu-system-x86_64 -enable-kvm -M q35 -m 4096 -cpu host -smp
6,sockets=1,cores=6,threads=1 -bios /usr/share/seabios/bios.bin -device
ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1 -drive
file=vm_image.img,id=disk,format=raw -soundhw ac97
The version of Qemu is:
QEMU emulator version 2.2.0 (Debian 1:2.2+dfsg-5expubuntu9.4)
This kernel has been custom built from commit
6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f on Linus' kernel repo, with only
change being a patch that removes the 40-wire check on PATA controllers.
Hardware has AMD-v as well IOMMU enabled. Motherboard is an ASRock 990FX
Extreme 4 with an FX8350.
Looking at the commit logs, it seems that commit
47ab8751695f71d85562ff497e21b521c789247c
(
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/arch/x86/kvm/mmu.c?id=47ab8751695f71d85562ff497e21b521c789247c
) might be related to this problem.
--
You are receiving this mail because:
You are watching the assignee of the bug.