summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorWei Huang2015-06-19 13:54:23 +0200
committerPaolo Bonzini2015-06-19 17:16:29 +0200
commit474a5bb944d2ad308a1360dcae72b16b8eecd250 (patch)
tree5da7334c0f015f03f519ba47b26ffc4ac0208a5a /arch/x86/kvm/x86.c
parentKVM: x86/vPMU: rename a few PMU functions (diff)
downloadkernel-qcow2-linux-474a5bb944d2ad308a1360dcae72b16b8eecd250.tar.gz
kernel-qcow2-linux-474a5bb944d2ad308a1360dcae72b16b8eecd250.tar.xz
kernel-qcow2-linux-474a5bb944d2ad308a1360dcae72b16b8eecd250.zip
KVM: x86/vPMU: introduce pmu.h header
This will be used for private function used by AMD- and Intel-specific PMU implementations. Signed-off-by: Wei Huang <wei@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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 c34b52c828ea..c386f0bd1830 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -28,6 +28,7 @@
#include "x86.h"
#include "cpuid.h"
#include "assigned-dev.h"
+#include "pmu.h"
#include <linux/clocksource.h>
#include <linux/interrupt.h>