From e0fb93d8d6fa5b4224f83f5e2fa377308e674b50 Mon Sep 17 00:00:00 2001 From: "Yang, Wei" Date: Tue, 14 Jun 2011 20:10:19 +0800 Subject: [PATCH] --- yaml --- r: 258041 b: refs/heads/master c: 176f61da82435eae09cc96f70b530d1ba0746b8b h: refs/heads/master i: 258039: 28c5c3fe4c3d0ed563efb57573788a5b21efa15b v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/x86.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 805e06ce3a02..0280de2a40de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74dc2b4ffe3af1eac367be0178f88487cb9b240a +refs/heads/master: 176f61da82435eae09cc96f70b530d1ba0746b8b diff --git a/trunk/arch/x86/kvm/x86.c b/trunk/arch/x86/kvm/x86.c index 423e0cda8e91..76c16a5c6c56 100644 --- a/trunk/arch/x86/kvm/x86.c +++ b/trunk/arch/x86/kvm/x86.c @@ -2372,7 +2372,7 @@ static void do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function, /* cpuid 7.0.ebx */ const u32 kvm_supported_word9_x86_features = - F(SMEP); + F(SMEP) | F(FSGSBASE); /* all calls to cpuid_count() should be made on the same cpu */ get_cpu();