Commit f2be4dd6 authored by Eddie Dong's avatar Eddie Dong Committed by Avi Kivity

KVM: VMX: Cleanup redundant code in MSR set

Signed-off-by: default avatarYaozu (Eddie) Dong <eddie.dong@intel.com>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent a75beee6
......@@ -643,8 +643,6 @@ static int vmx_set_msr(struct kvm_vcpu *vcpu, u32 msr_index, u64 data)
break;
}
return kvm_set_msr_common(vcpu, msr_index, data);
msr->data = data;
break;
}
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment