aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vmx
diff options
context:
space:
mode:
authorDietmar Hahn <dietmar.hahn@ts.fujitsu.com>2012-03-15 15:13:00 +0100
committerDietmar Hahn <dietmar.hahn@ts.fujitsu.com>2012-03-15 15:13:00 +0100
commit1a8aa75edc94f7129f8ae79276f934e04f21c03b (patch)
treec0e7c5aa4cf047b8b1eb5bfbc0e56eaffe166fe4 /xen/include/asm-x86/hvm/vmx
parent3db3601531e994e8ec00d89a946829bfc7532723 (diff)
downloadxen-1a8aa75edc94f7129f8ae79276f934e04f21c03b.tar.gz
xen-1a8aa75edc94f7129f8ae79276f934e04f21c03b.tar.bz2
xen-1a8aa75edc94f7129f8ae79276f934e04f21c03b.zip
x86/vpmu: Add the BTS extension
Add the BTS functionality to the existing vpmu implementation for Intel CPUs. Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> Committed-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vmx')
-rw-r--r--xen/include/asm-x86/hvm/vmx/vpmu_core2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vmx/vpmu_core2.h b/xen/include/asm-x86/hvm/vmx/vpmu_core2.h
index fc115a97b2..2a9f346a15 100644
--- a/xen/include/asm-x86/hvm/vmx/vpmu_core2.h
+++ b/xen/include/asm-x86/hvm/vmx/vpmu_core2.h
@@ -29,6 +29,7 @@ struct arch_msr_pair {
};
struct core2_pmu_enable {
+ char ds_area_enable;
char fixed_ctr_enable[3];
char arch_pmc_enable[1];
};