From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Date: Fri, 20 Jun 2008 04:19:12 +0000 Subject: [PATCH 0 of 3] Add ability for KVM TRACE to work on other archs Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org 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 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 +++++++++++++--------