[PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive

2012-02-17 Thread Alexander Graf
We can't build e500v2 and e500mc (kvm) support inside the same kernel. So indicate that by making the 2 options mutually exclusive in kconfig. Signed-off-by: Alexander Graf ag...@suse.de --- arch/powerpc/kvm/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive

2012-02-17 Thread Scott Wood
On 02/17/2012 11:13 AM, Alexander Graf wrote: We can't build e500v2 and e500mc (kvm) support inside the same kernel. So indicate that by making the 2 options mutually exclusive in kconfig. Signed-off-by: Alexander Graf ag...@suse.de --- arch/powerpc/kvm/Kconfig |2 +- 1 files changed,

Re: [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive

2012-02-17 Thread Tabi Timur-B04825
On Fri, Feb 17, 2012 at 10:56 AM, Alexander Graf ag...@suse.de wrote:  config KVM_E500MC        bool KVM support for PowerPC E500MC/E5500 processors -       depends on EXPERIMENTAL PPC_E500MC +       depends on EXPERIMENTAL PPC_E500MC !KVM_E500V2 There was a patch floating around that

Re: [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive

2012-02-17 Thread Alexander Graf
On 17.02.2012, at 23:32, Tabi Timur-B04825 wrote: On Fri, Feb 17, 2012 at 10:56 AM, Alexander Graf ag...@suse.de wrote: config KVM_E500MC bool KVM support for PowerPC E500MC/E5500 processors - depends on EXPERIMENTAL PPC_E500MC + depends on EXPERIMENTAL PPC_E500MC

[PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive

2012-02-17 Thread Alexander Graf
We can't build e500v2 and e500mc (kvm) support inside the same kernel. So indicate that by making the 2 options mutually exclusive in kconfig. Signed-off-by: Alexander Graf ag...@suse.de --- arch/powerpc/kvm/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive

2012-02-17 Thread Scott Wood
On 02/17/2012 11:13 AM, Alexander Graf wrote: We can't build e500v2 and e500mc (kvm) support inside the same kernel. So indicate that by making the 2 options mutually exclusive in kconfig. Signed-off-by: Alexander Graf ag...@suse.de --- arch/powerpc/kvm/Kconfig |2 +- 1 files changed,

Re: [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive

2012-02-17 Thread Alexander Graf
On 17.02.2012, at 23:32, Tabi Timur-B04825 wrote: On Fri, Feb 17, 2012 at 10:56 AM, Alexander Graf ag...@suse.de wrote: config KVM_E500MC bool KVM support for PowerPC E500MC/E5500 processors - depends on EXPERIMENTAL PPC_E500MC + depends on EXPERIMENTAL PPC_E500MC