From: Dor Laor <dor.laor@gmail.com>
To: Yunfeng Zhao <yunfeng.zhao@intel.com>
Cc: kvm-devel@lists.sourceforge.net, Chris Wedgwood <cw@f00f.org>
Subject: Re: KVM Test result, kernel a16664b.., userspace3017d05.. one new issue
Date: Wed, 12 Mar 2008 11:05:21 +0200 [thread overview]
Message-ID: <1205312721.3204.11.camel@localhost.localdomain> (raw)
In-Reply-To: <47D742ED.4070702@intel.com>
On Wed, 2008-03-12 at 10:41 +0800, Yunfeng Zhao wrote:
> Chris Wedgwood wrote:
> > On Mon, Mar 10, 2008 at 05:27:32PM +0800, Yunfeng Zhao wrote:
> >
> >
> >> One new issue:
> >> 1. booting smp windows guests has 30% chance of hang
> >> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1910923&group_id=180599
> >>
> >
> >
> >> Platform Woodcrest
> >> CPU 4
> >> Memory size 8G'
> >>
> >
> > Is that a CPU with FlexPriority?
> >
> >
> Yes, it has FlexPriority.
We have some minor issues with FlexPriority (mainly crashes after 100+
reboots).
Can you try the following patch that disables flex priority:
Author: Uri Lublin <uril@qumranet.com>
Date: Thu Mar 6 17:38:11 2008 +0200
kvm: vmx: for 4.0 disable Flex-Priority and always use Avi's tpr
optimization
Signed-off-by: Uri Lublin <uril@qumranet.com>
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 76c4508..bc8dc16 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -201,6 +201,7 @@ static inline int cpu_has_secondary_exec_ctrls(void)
static inline bool cpu_has_vmx_virtualize_apic_accesses(void)
{
+ return false; /* disable Flex-Priority, use Avi's tpr
optimization */
return (vmcs_config.cpu_based_2nd_exec_ctrl &
SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES);
}
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
next prev parent reply other threads:[~2008-03-12 9:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-10 9:27 KVM Test result, kernel a16664b.., userspace 3017d05.. one new issue Yunfeng Zhao
2008-03-11 16:56 ` Chris Wedgwood
2008-03-12 2:41 ` KVM Test result, kernel a16664b.., userspace3017d05.. " Yunfeng Zhao
2008-03-12 9:05 ` Dor Laor [this message]
2008-03-12 9:14 ` Chris Wedgwood
2008-03-17 11:37 ` KVM Test result, kernel a16664b.., userspace 3017d05.. " Avi Kivity
2008-03-18 7:25 ` Yunfeng Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1205312721.3204.11.camel@localhost.localdomain \
--to=dor.laor@gmail.com \
--cc=cw@f00f.org \
--cc=dor.laor@qumranet.com \
--cc=kvm-devel@lists.sourceforge.net \
--cc=yunfeng.zhao@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox