diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 5a1faf3f043e..f4a555beef19 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -401,6 +401,7 @@ struct kvm_vcpu_arch { | |||
401 | struct kvm_mmu_memory_cache mmu_page_header_cache; | 401 | struct kvm_mmu_memory_cache mmu_page_header_cache; |
402 | 402 | ||
403 | struct fpu guest_fpu; | 403 | struct fpu guest_fpu; |
404 | bool eager_fpu; | ||
404 | u64 xcr0; | 405 | u64 xcr0; |
405 | u64 guest_supported_xcr0; | 406 | u64 guest_supported_xcr0; |
406 | u32 guest_xstate_size; | 407 | u32 guest_xstate_size; |