From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from host.buserror.net (host.buserror.net [209.198.135.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qQtv94sYrzDq6W for ; Fri, 18 Mar 2016 03:23:17 +1100 (AEDT) Message-ID: <1458231790.19333.7.camel@buserror.net> From: Scott Wood To: luigi burdo Cc: Trevor Dickinson , "matthew@a-eon.com" , "linuxppc-dev@lists.ozlabs.org" , Christian Zigotzky Date: Thu, 17 Mar 2016 11:23:10 -0500 In-Reply-To: References: ,<1457482205.5360.114.camel@buserror.net> , , ,<1458081467.12370.31.camel@buserror.net> , ,<1458186445.19333.3.camel@buserror.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Subject: Re: Freescale P5020 cpu will be kvm-pr? List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2016-03-17 at 14:38 +0100, luigi burdo wrote: > Hi Scott, > this is my Kernel 4.5 dmesg > > dmesg | grep -i MMU > [ 0.000000] MMU: Supported page sizes > [ 0.000000] MMU: Book3E HW tablewalk not supported > [ 0.000000] mmu_features = 0x000a0010 > [ 0.000000] MMU: Allocated 2112 bytes of context maps for 255 contexts > > dmesg | grep -i e500 > [ 0.001787] e500 family performance monitor hardware support registered > > > dmesg | grep -i hypervisor > > [ 0.396726] ePAPR hypervisor byte channel driver > [ 3.240020] Freescale hypervisor management driver > [ 3.240024] fsl-hv: no hypervisor found None of these messages are a problem. "Book3E HW tablewalk" is for e6500, not e5500. fsl-hv is for the Freescale Embedded Hypervisor (Topaz), not KVM. > i attached my kenrel .config > > My qemu-ppc-64 crash, note i have the same crash > > qemu: fatal: This KVM version does not support PAPR You need to tell QEMU to use the appropriate CPU type (e5500) and platform (ppce500). PAPR is for book3s, which is what QEMU defaults to. -Scott