Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-01 | KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in | Wei Wang | |
Change kvm_pmu_get_msr() to get the msr_data struct, as the host_initiated field from the struct could be used by get_msr. This also makes this API consistent with kvm_pmu_set_msr. No functional changes. Signed-off-by: Wei Wang <wei.w.wang@intel.com> Message-Id: <20200529074347.124619-2-like.xu@linux.intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2020-04-03 | kVM SVM: Move SVM related files to own sub-directory | Joerg Roedel | |
Move svm.c and pmu_amd.c into their own arch/x86/kvm/svm/ subdirectory. Signed-off-by: Joerg Roedel <jroedel@suse.de> Message-Id: <20200324094154.32352-2-joro@8bytes.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |