Skip to content

Commit d837312

Browse files
Janakarajan Natarajanbonzini
authored andcommitted
KVM: SVM: Add Virtual GIF feature definition
Add a new cpufeature definition for Virtual GIF. Signed-off-by: Janakarajan Natarajan <[email protected]> Reviewed-by: Borislav Petkov <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 42aa53b commit d837312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/include/asm/cpufeatures.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
#define X86_FEATURE_PFTHRESHOLD (15*32+12) /* pause filter threshold */
288288
#define X86_FEATURE_AVIC (15*32+13) /* Virtual Interrupt Controller */
289289
#define X86_FEATURE_VIRTUAL_VMLOAD_VMSAVE (15*32+15) /* Virtual VMLOAD VMSAVE */
290+
#define X86_FEATURE_VGIF (15*32+16) /* Virtual GIF */
290291

291292
/* Intel-defined CPU features, CPUID level 0x00000007:0 (ecx), word 16 */
292293
#define X86_FEATURE_AVX512VBMI (16*32+ 1) /* AVX512 Vector Bit Manipulation instructions*/

0 commit comments

Comments
 (0)