aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2011-10-06PPC: booke timersFabien Chouteau2-0/+66
2011-10-06KVM: PPC: Use HIOR setting for -M pseries with PR KVMAlexander Graf1-3/+22
2011-10-06Gdbstub: handle read of fpscrFabien Chouteau1-2/+1
2011-10-06Implement POWER7's CFAR in TCGDavid Gibson3-1/+58
2011-10-06ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pagesScott Wood2-4/+5
2011-10-06ppc: booke206: add "info tlb" supportScott Wood2-0/+90
2011-10-06kvm: ppc: booke206: use MMU APIScott Wood2-0/+87
2011-10-06PPC: Enable to use PAPR with PR style KVMAlexander Graf2-0/+45
2011-10-06PPC: KVM: Add stubs for kvm helper functionsAlexander Graf1-0/+26
2011-10-06PPC: KVM: Remove kvmppc_read_host_propertyAlexander Graf2-46/+0
2011-10-06PPC: KVM: Add generic function to read host clockfreqAlexander Graf2-0/+68
2011-10-06PPC: bamboo: Move host fdt copy to targetAlexander Graf2-31/+0
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-09-23core: remove qemu_service_ioFrediano Ziglio1-1/+1
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-08-23PPC: E500: Set ESR valuesAlexander Graf1-0/+6
2011-08-23PPC: E500: Inject SPE exception on invalid SPE accessAlexander Graf1-39/+39
2011-08-23PPC: E500: Add ESR bit definitionsAlexander Graf2-3/+18
2011-08-20Use glib memory allocation and free functionsAnthony Liguori3-6/+6
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+3
2011-07-30exec.h cleanupBlue Swirl2-35/+6
2011-07-12target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell1-2/+0
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl6-176/+284
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-11/+12
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-1/+1
2011-06-20kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka1-14/+0
2011-06-20kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka1-9/+0
2011-06-17PPC: move TLBs to their own arraysAlexander Graf5-35/+67
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf3-135/+200
2011-06-17PPC: Only set lower 32bits with mtmsrAlexander Graf1-11/+6
2011-06-17target-ppc: Handle memory-forced I/O controller accessHervé Poussineau1-0/+16
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-06-03Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2-12/+10
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno3-15/+0
2011-06-03PPC: fix sregs usage on bookeAlexander Graf1-6/+4
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil1-6/+6
2011-05-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno1-1/+1
2011-05-23Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2-7/+6
2011-05-22Fix typos in comments (chek -> check)Stefan Weil1-1/+1
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-1/+0
2011-05-20Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson1-5/+4
2011-05-20w32: Fix compilation and replace non-portable usage of ulongStefan Weil1-2/+2
2011-05-14Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno7-159/+1382
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf6-113/+1020
2011-05-12PPC: Add another 64 bits to instruction feature maskAlexander Graf3-39/+110
2011-05-12PPC: Add GS MSR definitionAlexander Graf1-0/+2
2011-05-09kvm: ppc: detect old headersAlexander Graf1-1/+15