Re: [RFC PATCH 04/11] kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV
From: Aneesh Kumar K.V <hidden>
Date: 2013-09-27 12:45:50
From: Aneesh Kumar K.V <hidden>
Date: 2013-09-27 12:45:50
Alexander Graf [off-list ref] writes:
On 27.09.2013, at 12:03, Aneesh Kumar K.V wrote:quoted
From: "Aneesh Kumar K.V" <redacted> This help ups to select the relevant code in the kernel code when we later move HV and PR bits as seperate modules.I don't think I grasp what semantically the difference between CONFIG_KVM_BOOK3S_HV and CONFIG_KVM_BOOK3S_64_HV is :).
When we later enable kvm-hv CONFIG_KVM_BOOK3S_64_HV becomes 'm' So we can't do #ifdef CONFIG_KVM_BOOK3S_64_HV -aneesh