diff -r 2436cc71de50 xen/arch/x86/hvm/vmx/vmx.c --- a/xen/arch/x86/hvm/vmx/vmx.c Wed May 24 13:49:24 2006 +++ b/xen/arch/x86/hvm/vmx/vmx.c Thu May 25 11:29:55 2006 @@ -47,7 +47,7 @@ #include #include -static unsigned long trace_values[NR_CPUS][4]; +static unsigned long trace_values[NR_CPUS][5]; #define TRACE_VMEXIT(index,value) trace_values[smp_processor_id()][index]=value static void vmx_ctxt_switch_from(struct vcpu *v);