Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258042
b: refs/heads/master
c: a01c8f9
h: refs/heads/master
v: v3
  • Loading branch information
Yang, Wei authored and Avi Kivity committed Jul 12, 2011
1 parent e0fb93d commit c13f006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 176f61da82435eae09cc96f70b530d1ba0746b8b
refs/heads/master: a01c8f9b4e266df1d7166d23216f2060648f862d
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(FSGSBASE);
F(SMEP) | F(FSGSBASE) | F(ERMS);

/* all calls to cpuid_count() should be made on the same cpu */
get_cpu();
Expand Down

0 comments on commit c13f006

Please sign in to comment.