diff options
Diffstat (limited to 'drivers/kvm/x86.h')
-rw-r--r-- | drivers/kvm/x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h index b1528c9f566f..78ab1e108d8b 100644 --- a/drivers/kvm/x86.h +++ b/drivers/kvm/x86.h | |||
@@ -149,7 +149,7 @@ struct kvm_vcpu { | |||
149 | int halt_request; /* real mode on Intel only */ | 149 | int halt_request; /* real mode on Intel only */ |
150 | 150 | ||
151 | int cpuid_nent; | 151 | int cpuid_nent; |
152 | struct kvm_cpuid_entry cpuid_entries[KVM_MAX_CPUID_ENTRIES]; | 152 | struct kvm_cpuid_entry2 cpuid_entries[KVM_MAX_CPUID_ENTRIES]; |
153 | 153 | ||
154 | /* emulate context */ | 154 | /* emulate context */ |
155 | 155 | ||