Re: [PATCH v10 3/5] KVM: PPC: Add support for ePAPR idle hcall in host kernel

2012-05-16 Thread Scott Wood
On 05/08/2012 05:40 AM, Alexander Graf wrote: > > On 15.03.2012, at 21:52, Stuart Yoder wrote: > >> From: Liu Yu-B13201 >> >> And add a new flag definition in kvm_ppc_pvinfo to indicate >> whether the host supports the EV_IDLE hcall. >> >> Signed-off-by: Liu Yu >> [stuart.yo...@freescale.com: c

Re: [PATCH v10 3/5] KVM: PPC: Add support for ePAPR idle hcall in host kernel

2012-05-08 Thread Alexander Graf
On 15.03.2012, at 21:52, Stuart Yoder wrote: > From: Liu Yu-B13201 > > And add a new flag definition in kvm_ppc_pvinfo to indicate > whether the host supports the EV_IDLE hcall. > > Signed-off-by: Liu Yu > [stuart.yo...@freescale.com: cleanup,fixes for conditions allowing idle] > Signed-off-b

[PATCH v10 3/5] KVM: PPC: Add support for ePAPR idle hcall in host kernel

2012-03-15 Thread Stuart Yoder
From: Liu Yu-B13201 And add a new flag definition in kvm_ppc_pvinfo to indicate whether the host supports the EV_IDLE hcall. Signed-off-by: Liu Yu [stuart.yo...@freescale.com: cleanup,fixes for conditions allowing idle] Signed-off-by: Stuart Yoder --- -v10: -ePAPR definitions now addressed