[PATCH 2 of 3] Move KVM TRACE DEFINITIONS to common header

2008-07-01 Thread Hollis Blanchard
Move KVM trace definitions from x86 specific kvm headers to common kvm headers to create a cross-architecture numbering scheme for trace events. This means the kvmtrace_format userspace tool won't need to know which architecture produced the log file being processed. Signed-off-by: Jerone Young

Re: [PATCH 2 of 3] Move KVM TRACE DEFINITIONS to common header

2008-06-29 Thread Avi Kivity
Jerone Young wrote: 3 files changed, 40 insertions(+), 40 deletions(-) include/asm-x86/kvm.h | 22 -- include/asm-x86/kvm_host.h | 18 -- include/linux/kvm_host.h | 40 This patch moves moves definitions

[PATCH 2 of 3] Move KVM TRACE DEFINITIONS to common header

2008-06-19 Thread Jerone Young
3 files changed, 40 insertions(+), 40 deletions(-) include/asm-x86/kvm.h | 22 -- include/asm-x86/kvm_host.h | 18 -- include/linux/kvm_host.h | 40 This patch moves moves definitions required to use kvm trace