aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-26 17:04:39 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-26 17:04:39 +0000
commit7998832e812ab453e5373d8e63c0afa164fcddfe (patch)
tree1f105b06000962c19187324a661b2491185d41f5 /xen/include/asm-x86/hvm/vcpu.h
parent05741dbcafce2672294d685f1dd099556693b8b7 (diff)
downloadxen-7998832e812ab453e5373d8e63c0afa164fcddfe.tar.gz
xen-7998832e812ab453e5373d8e63c0afa164fcddfe.tar.bz2
xen-7998832e812ab453e5373d8e63c0afa164fcddfe.zip
[xentrace][HVM] introduce HVM tracing to unify SVM and VMX tracing
* new tracing class TRC_HVM replacing TRC_VMX * 20 new trace events to differentiate the information carried by them ** added corresponding trace points in SVM and VMX code ** updated formats file: descriptive formatting of trace event data ** completely replacing previous simple tracing in VMX * possibility to toggle single events on and off at compile time in include/asm-x86/hvm/trace.h Signed-off-by: Thomas Friebel <thomas.friebel@amd.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index 0d4c95930c..4da4c8a9c6 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -45,8 +45,6 @@ struct hvm_vcpu {
/* Flags */
int flag_dr_dirty;
- unsigned long hvm_trace_values[5];
-
union {
struct arch_vmx_struct vmx;
struct arch_svm_struct svm;