Re: [v3][KVM][PATCH 1/1] kvm:ppc: control doorbell exception with CONFIG_PPC_DOORBELL

2013-06-12 Thread Alexander Graf
On 13.05.2013, at 04:00, Tiejun Chen wrote: > We can only use CONFIG_PPC_DOORBELL to control whether > the doorbell exception should be enabled. > > Signed-off-by: Tiejun Chen Thanks, applied to kvm-ppc-queue with a slightly changed patch description: KVM: PPC: Guard doorbell exception wi

[v3][KVM][PATCH 1/1] kvm:ppc: control doorbell exception with CONFIG_PPC_DOORBELL

2013-05-12 Thread Tiejun Chen
We can only use CONFIG_PPC_DOORBELL to control whether the doorbell exception should be enabled. Signed-off-by: Tiejun Chen --- v3: Just imporve the patch head. v2: Use CONFIG_PPC_DOORBELL to replace CONFIG_KVM_E500MC as that control condition. arch/powerpc/kvm/booke.c |2 +- 1 file ch