From mboxrd@z Thu Jan 1 00:00:00 1970 From: "tiejun.chen" Subject: Re: [PATCH 8/8 v3] KVM: PPC: e500: Add e6500 core to Kconfig description Date: Fri, 19 Apr 2013 18:03:29 +0800 Message-ID: <51711671.3070004@windriver.com> References: <1365674594-17410-1-git-send-email-mihai.caraman@freescale.com> <1365674594-17410-9-git-send-email-mihai.caraman@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: Mihai Caraman Return-path: In-Reply-To: <1365674594-17410-9-git-send-email-mihai.caraman@freescale.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 04/11/2013 06:03 PM, Mihai Caraman wrote: > Add e6500 core to Kconfig description. > > Signed-off-by: Mihai Caraman > --- > v3: > - No change > > arch/powerpc/kvm/Kconfig | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig > index 63c67ec..4489520 100644 > --- a/arch/powerpc/kvm/Kconfig > +++ b/arch/powerpc/kvm/Kconfig > @@ -136,15 +136,15 @@ config KVM_E500V2 > If unsure, say N. > > config KVM_E500MC > - bool "KVM support for PowerPC E500MC/E5500 processors" > + bool "KVM support for PowerPC E500MC/E5500/E6500 processors" > depends on PPC_E500MC > select KVM > select KVM_MMIO > select KVM_BOOKE_HV > select MMU_NOTIFIER > ---help--- > - Support running unmodified E500MC/E5500 (32-bit) guest kernels in I ever tried p5040ds but failed with 64-bit, but looks are you saying this patch set can make e5500/e6500 work well with 64-bit? If so, will we need to upgrade qemu or something else like dtb? Tiejun > - virtual machines on E500MC/E5500 host processors. > + Support running unmodified E500MC/E5500/E6500 guest kernels in > + virtual machines on E500MC/E5500/E6500 host processors. > > This module provides access to the hardware capabilities through > a character device node named /dev/kvm. >