aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 0c76f7cfdb32..0fa9c84e36cb 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -1840,6 +1840,7 @@ static int set_msr_hyperv_pw(struct kvm_vcpu *vcpu, u32 msr, u64 data)
1840 if (__copy_to_user((void __user *)addr, instructions, 4)) 1840 if (__copy_to_user((void __user *)addr, instructions, 4))
1841 return 1; 1841 return 1;
1842 kvm->arch.hv_hypercall = data; 1842 kvm->arch.hv_hypercall = data;
1843 mark_page_dirty(kvm, gfn);
1843 break; 1844 break;
1844 } 1845 }
1845 case HV_X64_MSR_REFERENCE_TSC: { 1846 case HV_X64_MSR_REFERENCE_TSC: {