From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Zigotzky Date: Fri, 30 May 2014 17:38:58 +0000 Subject: Re: Does KVM support the P.A. Semi PA6T cpu? Message-Id: <5388C232.1080100@xenosoft.de> List-Id: References: <53511C7B.5010208@xenosoft.de> In-Reply-To: <53511C7B.5010208@xenosoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: kvm-ppc@vger.kernel.org On 30.05.2014 17:46, Alexander Graf wrote: > >>> This should do the trick. Output will be in dmesg: >>> >>> diff --git a/arch/powerpc/kvm/book3s_32_mmu.c=20 >>> b/arch/powerpc/kvm/book3s_32_mmu.c >>> index 93503bb..939b14f 100644 >>> --- a/arch/powerpc/kvm/book3s_32_mmu.c >>> +++ b/arch/powerpc/kvm/book3s_32_mmu.c >>> @@ -27,8 +27,8 @@ >>> #include >>> #include >>> >>> -/* #define DEBUG_MMU */ >>> -/* #define DEBUG_MMU_PTE */ >>> +#define DEBUG_MMU >>> +#define DEBUG_MMU_PTE >>> /* #define DEBUG_MMU_PTE_IP 0xfff14c40 */ >>> >>> #ifdef DEBUG_MMU >> Hi Alex, >> >> Unfortunately, the KVM modul doesn't compile with DEBUG_MMU. >> >> Kernel 3.14.4: >> >> make modules >> CHK include/config/kernel.release >> CHK include/generated/uapi/linux/version.h >> CHK include/generated/utsrelease.h >> CALL scripts/checksyscalls.sh >> AS [M] arch/powerpc/kvm/fpu.o >> CC [M] arch/powerpc/kvm/book3s_paired_singles.o >> CC [M] arch/powerpc/kvm/book3s_pr.o >> CC [M] arch/powerpc/kvm/book3s_pr_papr.o >> CC [M] arch/powerpc/kvm/book3s_emulate.o >> AS [M] arch/powerpc/kvm/book3s_interrupts.o >> CC [M] arch/powerpc/kvm/book3s_mmu_hpte.o >> CC [M] arch/powerpc/kvm/book3s_64_mmu_host.o >> CC [M] arch/powerpc/kvm/book3s_64_mmu.o >> CC [M] arch/powerpc/kvm/book3s_32_mmu.o >> arch/powerpc/kvm/book3s_32_mmu.c: In function=20 >> =91kvmppc_mmu_book3s_32_get_pteg=92: >> arch/powerpc/kvm/book3s_32_mmu.c:133:2: error: =91struct=20 >> kvmppc_vcpu_book3s=92 has no member named=20 > > Och jetzt komm - das bisschen C um den zu fixen wirst du doch noch=20 > schaffen, oder? ;) > > Huch, Deutsch. Bestimmt aus N=FCrnberg. :D Meine Lieblingsstadt. ;-) I=20 have solved the problem above. Dmesg logs: watch -n 0 "dmesg" > dmesg_mol_mac_os_x_tiger.txt watch -n 0 "dmesg" > dmesg_mol_mac_os_x_jaguar.txt http://forum.hyperion-entertainment.biz/download/file.php?id=1215 http://forum.hyperion-entertainment.biz/download/file.php?id=1216 more dmesg_mol_mac_os_x_tiger.txt I hope you can fix the problem. -- Christian