From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 60830] New: L2 rhel6u4(32bit) guest reboot continuously
Date: Mon, 02 Sep 2013 06:12:39 +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.19.201]:50534 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1754078Ab3IBGMp (ORCPT );
Mon, 2 Sep 2013 02:12:45 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id E581720290
for ; Mon, 2 Sep 2013 06:12:42 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 8014320254
for ; Mon, 2 Sep 2013 06:12:40 +0000 (UTC)
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=60830
Bug ID: 60830
Summary: L2 rhel6u4(32bit) guest reboot continuously
Product: Virtualization
Version: unspecified
Kernel Version: 3.11.0-rc1
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: chao.zhou@intel.com
Regression: No
Environment:
------------
Host OS (ia32/ia32e/IA64):ia32e
Guest OS (ia32/ia32e/IA64):ia32e
Guest OS Type (Linux/Windows):Linux
kvm.git Commit:cc2df20c7c4ce594c3e17e9cc260c330646012c8
qemu.git Commit:f7ad538e1ea130c8b6f3abb06ad6c856242c799e
Host Kernel Version:3.11.0-rc1
Hardware:Romley_EP
Bug detailed description:
--------------------------
when create L1 guest with "-cpu host" , then create a 32bit rhel6u4 guest as L2
guest, the L2 guest reboot continuously.
This commit introduced this bug:
commit afa61f752ba62549e4143d9f9378a8d1d710d6eb
Author: Nadav Har'El
Date: Wed Aug 7 14:59:22 2013 +0200
Advertise the support of EPT to the L1 guest, through the appropriate MSR.
This is the last patch of the basic Nested EPT feature, so as to allow
bisection through this patch series: The guest will not see EPT support
until this last patch, and will not attempt to use the half-applied feature.
note:
1. create a 32bit RHEL6u3 as L2 guest, the guest reboot continuously.
2. when creat a 64bit rhel6u4 guest as L2 guest, the L2 guest works fine
3. this should be a kernel bug:
kvm + qemu = result
cc2df20c + f7ad538e = bad
205befd9 + f7ad538e = good
Reproduce steps:
----------------
1. create L1 guest:
qemu-system-x86_64 -enable-kvm -m 8G -smp 4 -net nic,macaddr=00:12:41:51:14:16
-net tap,script=/etc/kvm/qemu-ifup ia32e_nested-kvm.img -cpu host
2. create L2 guest
qemu-system-x86_64 -enable-kvm -m 1024 -smp 2 -net none ia32p_rhel6u4.img
Current result:
----------------
32bit rhel6u4 as L2 guest reboot continuously
Expected result:
----------------
32bit rhel6u4 as L2 guest works fine
Basic root-causing log:
----------------------
--
You are receiving this mail because:
You are watching the assignee of the bug.