Re: [PATCH 0/6][RFC] kvmppc: paravirtualization interface

2008-07-24 Thread Tony Breeds
On Thu, Jul 24, 2008 at 10:17:31AM +0200, Christian Ehrhardt wrote: > The aim is not really fixed. It would be nice to get into 2.6.27, but > since I can't yet expect how long it takes ... Ahh okay, Id say given that we're 2/3rds through the merge window then 2.8.28 is a safer target. > Actual

Re: [PATCH 0/6][RFC] kvmppc: paravirtualization interface

2008-07-24 Thread Christian Ehrhardt
Tony Breeds wrote: On Wed, Jul 23, 2008 at 10:36:41AM +0200, [EMAIL PROTECTED] wrote: From: Christian Ehrhardt <[EMAIL PROTECTED]> This patch series implements a paravirtualization interface using: - the device tree mechanism to pass hypervisor informations to the guest - hypercalls for gues

Re: [PATCH 0/6][RFC] kvmppc: paravirtualization interface

2008-07-23 Thread Tony Breeds
On Wed, Jul 23, 2008 at 10:36:41AM +0200, [EMAIL PROTECTED] wrote: > From: Christian Ehrhardt <[EMAIL PROTECTED]> > > This patch series implements a paravirtualization interface using: > - the device tree mechanism to pass hypervisor informations to the guest > - hypercalls for guest->host calls >

[PATCH 0/6][RFC] kvmppc: paravirtualization interface

2008-07-23 Thread ehrhardt
From: Christian Ehrhardt <[EMAIL PROTECTED]> This patch series implements a paravirtualization interface using: - the device tree mechanism to pass hypervisor informations to the guest - hypercalls for guest->host calls - an example exploiter of that interface (magic page) This is work in progress