From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 50921] kvm hangs booting Windows 2000 Date: Mon, 26 Nov 2012 20:29:28 +0000 (UTC) Message-ID: <20121126202928.65E7411FB6C@bugzilla.kernel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT To: kvm@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.19.201]:60884 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754954Ab2KZU3a convert rfc822-to-8bit (ORCPT ); Mon, 26 Nov 2012 15:29:30 -0500 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 61D3E20557 for ; Mon, 26 Nov 2012 20:29:29 +0000 (UTC) Received: from bugzilla.kernel.org (bugzilla.kernel.org [198.145.19.217]) by mail.kernel.org (Postfix) with ESMTP id 69AF120511 for ; Mon, 26 Nov 2012 20:29:28 +0000 (UTC) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=50921 --- Comment #15 from Anonymous Emailer 2012-11-26 20:29:28 --- Reply-To: xiaoguangrong@linux.vnet.ibm.com Sorry, forgot to CC Lucio Crusca. On 11/27/2012 04:09 AM, Xiao Guangrong wrote: > On 11/24/2012 09:44 PM, bugzilla-daemon@bugzilla.kernel.org wrote: >> https://bugzilla.kernel.org/show_bug.cgi?id=50921 >> >> >> >> >> >> --- Comment #5 from Lucio Crusca 2012-11-24 13:44:16 --- >> Here the first tests results: >> >> vbox modules do not make a difference (tried rmmod vboxpci vboxnetadp >> vboxnetflt vboxdrv and then kvm ...). >> >> The trace.dat is about 60M, I could upload it somewhere, however I tried >> looking at it and I'm reasonably sure it hangs here: >> >> $ trace-cmd report | grep 125\\.332 | tail >> kvm-6588 [000] 125.332264: kvm_entry: vcpu 0 >> kvm-6588 [000] 125.332264: kvm_emulate_insn: 10000:44f8: 75 >> 27 > > Hmm... no 'kvm_exit' message. It looks like the infinite loop is caused by: > > | /* Don't enter VMX if guest state is invalid, let the exit handler > | start emulation until we arrive back to a valid state */ > | if (vmx->emulation_required && emulate_invalid_guest_state) > | return; > > (vmx_vcpu_run in arch/x86/kvm/vmx.c) > > And, i noticed 'ept' is not supported on your box, that means > 'enable_unrestricted_guest' is disabled. I guess something was wrong > when emulate big real mode. > > Could you reload kvm-intel.ko with 'emulate_invalid_guest_state = 0', > and see what will happen. > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.