From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: [PATCH 0 of 3] Add ability for KVM TRACE to work on other archs Date: Thu, 19 Jun 2008 23:19:12 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from e35.co.us.ibm.com ([32.97.110.153]:49851 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbYFTEX7 (ORCPT ); Fri, 20 Jun 2008 00:23:59 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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 +++++++++++++--------