public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 3] Add ability for KVM TRACE to work on other archs
@ 2008-06-20  4:19 Jerone Young
  2008-06-20  4:19 ` [PATCH 1 of 3] Remove use of bit fields in kvm trace structure Jerone Young
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jerone Young @ 2008-06-20  4:19 UTC (permalink / raw)
  To: kvm; +Cc: kvm-ppc

This set of patches allows KVM TRACE to work on other architectures by moving definitions to common places and changing how variables in data structures are used.

Signed-off-by: Jerone Young <jyoung5@.us.ibm.com>

5 files changed, 66 insertions(+), 51 deletions(-)
include/asm-x86/kvm.h      |   22 ---------------------
include/asm-x86/kvm_host.h |   18 -----------------
include/linux/kvm.h        |   10 ++++++---
include/linux/kvm_host.h   |   45 ++++++++++++++++++++++++++++++++++++++++++++
virt/kvm/kvm_trace.c       |   22 +++++++++++++--------

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-07-05  9:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20  4:19 [PATCH 0 of 3] Add ability for KVM TRACE to work on other archs Jerone Young
2008-06-20  4:19 ` [PATCH 1 of 3] Remove use of bit fields in kvm trace structure Jerone Young
2008-06-20 16:59   ` Hollis Blanchard
2008-06-23  2:33   ` Avi Kivity
2008-06-20  4:19 ` [PATCH 2 of 3] Move KVM TRACE DEFINITIONS to common header Jerone Young
2008-06-29 11:50   ` Avi Kivity
2008-07-01 19:59     ` Hollis Blanchard
2008-07-01 21:23       ` [PATCH 2 of 3] [v2] " Hollis Blanchard
2008-07-05  9:35         ` Avi Kivity
2008-06-20  4:19 ` [PATCH 3 of 3] Add new KVM TRACE events Jerone Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox