Re: [PATCH 1/3] KVM: PPC: epapr: Factor out the epapr init

2012-01-09 Thread Alexander Graf
On 05.01.2012, at 10:06, Liu Yu wrote: from the kvm guest paravirt init code. Your patch description could be slightly more ... verbose :) Signed-off-by: Liu Yu yu@freescale.com --- arch/powerpc/include/asm/epapr_hcalls.h |8 + arch/powerpc/kernel/Makefile|1 +

[PATCH 1/3] KVM: PPC: epapr: Factor out the epapr init

2012-01-05 Thread Liu Yu
from the kvm guest paravirt init code. Signed-off-by: Liu Yu yu@freescale.com --- arch/powerpc/include/asm/epapr_hcalls.h |8 + arch/powerpc/kernel/Makefile|1 + arch/powerpc/kernel/epapr_para.c| 45 +++ arch/powerpc/kernel/kvm.c