summaryrefslogtreecommitdiff
path: root/target-ppc/helper.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-21Turn MMU off on resetblueswir11-1/+1
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-2/+6
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-69/+29
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-223/+105
2009-01-15powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu)aliguori1-1/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-16target-ppc: Enable KVM for ppcemb.aurel321-0/+5
2008-12-11target-ppc: remove remaining warningsaurel321-4/+4
2008-12-11target-ppc: remove unneeded includeaurel321-1/+0
2008-12-11target-ppc: rework exception codeaurel321-18/+0
2008-12-10target-ppc: enable SPE and Altivec in user modeaurel321-0/+2
2008-12-10target-ppc: initialize MSR appropriately in user-modeaurel321-1/+1
2008-12-08target-ppc: enable access type in MMUaurel321-4/+1
2008-12-07target-ppc: convert SPR accesses to TCGaurel321-38/+8
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel321-7/+0
2008-11-22target-ppc: convert exceptions generation to TCGaurel321-0/+18
2008-11-17TCG variable type checking.pbrook1-0/+1
2008-10-21target-ppc: Convert XER accesses to TCGaurel321-10/+0
2008-10-14PPC: convert effective address computation to TCGaurel321-13/+0
2008-06-29Add instruction counter.pbrook1-0/+1
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-0/+1
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer1-67/+56
2007-11-23Revert foolish patch.j_mayer1-3/+2
2007-11-23Fix ppc32 register dumps on 64-bit hosts.pbrook1-2/+3
2007-11-19PowerPC 620 MMU do not have the same exact behavior as standardj_mayer1-9/+32
2007-11-17Define Freescale cores specific MMU model, exceptions and input bus.j_mayer1-20/+58
2007-11-17PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer1-95/+39
2007-11-17Always make all PowerPC exception definitions visible.j_mayer1-36/+56
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-21/+0
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer1-8/+8
2007-11-10added cpu_model parameter to cpu_init()bellard1-3/+9
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer1-0/+73
2007-11-03PowerPC MMU and exception fixes:j_mayer1-20/+74
2007-11-02Fix PowerPC program exception that was broken by FPU exception patchesj_mayer1-5/+4
2007-10-28PowerPC coding style and inlining fixes.j_mayer1-33/+39
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-7/+6
2007-10-26Make PowerPC hypervisor resources able to compile, even if not enabled for now.j_mayer1-6/+18
2007-10-26Bugfix: PowerPC 64 slbia never invalidates the first segment entry.j_mayer1-1/+2
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-281/+137
2007-10-14Properly implement non-execute bit on PowerPC segments and PTEs.j_mayer1-127/+138
2007-10-14There is no need of a specific MMU model for PowerPC 601.j_mayer1-21/+0
2007-10-14Implement PowerPC 64 SLB invalidation helpers.j_mayer1-19/+63
2007-10-14Do not allow PowerPC CPU restart after entering checkstop mode.j_mayer1-5/+12
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-3/+8
2007-10-08Remove synonymous in PowerPC MSR bits definitions.j_mayer1-10/+10
2007-10-08Real-mode only PowerPC 40x do not have any TLBs.j_mayer1-1/+2
2007-10-08Implement exception prefix feature for PowerPC 601.j_mayer1-6/+7
2007-10-07PowerPC target coding style fixes.j_mayer1-21/+19