Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-01 | KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in | Wei Wang | 1 | -3/+4 | |
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 <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> | |||||
2020-04-03 | kVM SVM: Move SVM related files to own sub-directory | Joerg Roedel | 1 | -0/+327 | |
Move svm.c and pmu_amd.c into their own arch/x86/kvm/svm/ subdirectory. Signed-off-by: Joerg Roedel <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> |