From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A11EDDEC6C for ; Fri, 22 Aug 2008 20:44:46 +1000 (EST) Message-Id: <0AFFA88B-E4B4-4B27-8B6F-8BA0463D7245@kernel.crashing.org> From: Kumar Gala To: ehrhardt@linux.vnet.ibm.com In-Reply-To: <1219142204-12044-3-git-send-email-ehrhardt@linux.vnet.ibm.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [PATCH 2/4] kvmppc: add hypercall infrastructure - guest part Date: Fri, 22 Aug 2008 05:38:54 -0500 References: <1219142204-12044-1-git-send-email-ehrhardt@linux.vnet.ibm.com> <1219142204-12044-3-git-send-email-ehrhardt@linux.vnet.ibm.com> Cc: ppc-dev list , Hollis Blanchard , kvm-ppc , Yoder Stuart List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 19, 2008, at 5:36 AM, ehrhardt@linux.vnet.ibm.com wrote: > From: Christian Ehrhardt > > This adds the guest portion of the hypercall infrastructure, > basically an > illegal instruction with a defined layout. > See http://kvm.qumranet.com/kvmwiki/PowerPC_Hypercall_ABI for more > detail > on the hypercall ABI for powerpc. > > Signed-off-by: Christian Ehrhardt > --- > > [diffstat] > kvm_para.h | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > > [diff] Can we make this more generic (naming) and location. I believe there is some interesting in using the same ABI on the Freescale HV so it seems like have the wrappers be a bit more generic saves us. - k