Re: [PATCH 3/6] kvmppc: add hypercall infrastructure - guest part

2008-07-24 Thread Christian Ehrhardt
Tony Breeds wrote: On Wed, Jul 23, 2008 at 10:36:44AM +0200, [EMAIL PROTECTED] wrote: From: Christian Ehrhardt <[EMAIL PROTECTED]> Hi Christian, This adds the guest portion of the hypercall infrastructure, basically an illegal instruction with a defined layout. See http://kvm.qumra

Re: [PATCH 3/6] kvmppc: add hypercall infrastructure - guest part

2008-07-23 Thread Tony Breeds
On Wed, Jul 23, 2008 at 10:36:44AM +0200, [EMAIL PROTECTED] wrote: > From: Christian Ehrhardt <[EMAIL PROTECTED]> Hi Christian, > > This adds the guest portion of the hypercall infrastructure, basically an > illegal instruction with a defined layout. > See http://kvm.qumranet.com/kvmwiki/PowerPC_

[PATCH 3/6] kvmppc: add hypercall infrastructure - guest part

2008-07-23 Thread ehrhardt
From: Christian Ehrhardt <[EMAIL PROTECTED]> 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 Eh