From: Joerg Roedel <joro@8bytes.org>
To: Avi Kivity <avi@redhat.com>
Cc: Joerg Roedel <joerg.roedel@amd.com>,
Marcelo Tosatti <mtosatti@redhat.com>,
kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/5] KVM: SVM: Allow EFER.LMSLE to be set with nested svm
Date: Wed, 5 May 2010 17:04:06 +0200 [thread overview]
Message-ID: <20100505150406.GF14542@8bytes.org> (raw)
In-Reply-To: <4BE184E3.1010508@redhat.com>
On Wed, May 05, 2010 at 05:46:59PM +0300, Avi Kivity wrote:
> On 05/05/2010 05:04 PM, Joerg Roedel wrote:
>> This patch enables setting of efer bit 13 which is allowed
>> in all SVM capable processors. This is necessary for the
>> SLES11 version of Xen 4.0 to boot with nested svm.
>>
>
> Interesting, why does it require it?
I don't know. I traced the Xen crash down and found that is gets a #GP
because it tries to set this bit.
> Obviously it isn't needed since it manages to run on Intel without it.
I have heard inofficial statements that they set this bit to provide the
functionality to their guests. And Xen sets this bit together with the
SVM bit.
>> /* Intel MSRs. Some also available on other CPUs */
>> diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
>> index 74f7b9d..bc087c7 100644
>> --- a/arch/x86/kvm/svm.c
>> +++ b/arch/x86/kvm/svm.c
>> @@ -610,7 +610,7 @@ static __init int svm_hardware_setup(void)
>>
>> if (nested) {
>> printk(KERN_INFO "kvm: Nested Virtualization enabled\n");
>> - kvm_enable_efer_bits(EFER_SVME);
>> + kvm_enable_efer_bits(EFER_SVME | EFER_LMSLE);
>> }
>>
>> for_each_possible_cpu(cpu) {
>>
>
> What if the host doesn't have it?
It is present in all SVM capable AMD processors.
> Why enable it only for the nested case? It's not svm specific (it's
> useful for running non-hvm Xen in non-nested mode).
Because there is no cpuid bit for this feature. You can roughly check
for it using the svm cpuid bit.
Joerg
next prev parent reply other threads:[~2010-05-05 15:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-05 14:04 [PATCH 0/5] Important fixes for KVM-AMD Joerg Roedel
2010-05-05 14:04 ` [PATCH 1/5] KVM: X86: Fix stupid bug in exception reinjection path Joerg Roedel
2010-05-05 14:04 ` [PATCH 2/5] KVM: SVM: Dump vmcb contents on failed vmrun Joerg Roedel
2010-05-05 14:04 ` [PATCH 3/5] KVM: SVM: Fix wrong intercept masks on 32 bit Joerg Roedel
2010-05-05 14:04 ` [PATCH 4/5] KVM: SVM: Allow EFER.LMSLE to be set with nested svm Joerg Roedel
2010-05-05 14:46 ` Avi Kivity
2010-05-05 15:04 ` Joerg Roedel [this message]
2010-05-05 15:06 ` Avi Kivity
2010-05-05 15:14 ` Avi Kivity
2010-05-05 15:16 ` Roedel, Joerg
2010-05-05 20:57 ` Andre Przywara
2010-05-06 9:38 ` Roedel, Joerg
2010-05-06 11:42 ` Avi Kivity
2010-05-05 14:04 ` [PATCH 5/5] KVM: SVM: Don't allow nested guest to VMMCALL into host Joerg Roedel
2010-05-06 8:51 ` [PATCH 0/5] Important fixes for KVM-AMD Avi Kivity
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=20100505150406.GF14542@8bytes.org \
--to=joro@8bytes.org \
--cc=avi@redhat.com \
--cc=joerg.roedel@amd.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mtosatti@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.