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

2012-02-13 Thread Scott Wood
.@ozlabs.org; Wood Scott-B07421 >> Subject: Re: [PATCH v3 1/3] KVM: PPC: epapr: Factor out the epapr init >> >> Why are you still doing the patching inside kvm.c? >> > > Do you mean we should move kvm_hypercall_start() into epapr bit? Yes. This is an ePAPR mec

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

2012-02-12 Thread Liu Yu-B13201
> -Original Message- > From: Wood Scott-B07421 > Sent: Saturday, February 11, 2012 2:40 AM > To: Liu Yu-B13201 > Cc: ag...@suse.de; kvm-...@vger.kernel.org; kvm@vger.kernel.org; > linuxppc-...@ozlabs.org; Wood Scott-B07421 > Subject: Re: [PATCH v3 1/3] KVM: PPC:

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

2012-02-10 Thread Scott Wood
On 02/10/2012 04:02 AM, Liu Yu wrote: > from the kvm guest paravirt init code. > > Signed-off-by: Liu Yu > --- > v3: > apply the epapr init for all ppc platform > > arch/powerpc/Kconfig|4 +++ > arch/powerpc/include/asm/epapr_hcalls.h |8 + > arch/powerpc/kernel/

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

2012-02-10 Thread Liu Yu
from the kvm guest paravirt init code. Signed-off-by: Liu Yu --- v3: apply the epapr init for all ppc platform arch/powerpc/Kconfig|4 +++ arch/powerpc/include/asm/epapr_hcalls.h |8 + arch/powerpc/kernel/Makefile|1 + arch/powerpc/kernel/epapr_pa