commit | b0996ae48285364710bce812e70ce67771ea6ef7 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | Mon Jun 29 18:39:23 2015 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 03 18:55:19 2015 +0200 |
tree | 3434dc43f136fb5d6295c550fd6f7a076b3979be | |
parent | 431dae778aea4eed31bd12e5ee82edc571cd4d70 [diff] |
KVM: x86: remove data variable from kvm_get_msr_common Commit 609e36d372ad ("KVM: x86: pass host_initiated to functions that read MSRs") modified kvm_get_msr_common function to use msr_info->data instead of data but missed one occurrence. Replace it and remove the unused local variable. Fixes: 609e36d372ad ("KVM: x86: pass host_initiated to functions that read MSRs") Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>