aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+9
2010-03-17Large page TLB flushPaul Brook1-3/+4
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-02-14PPC: Fix large pagesAlexander Graf1-5/+4
2010-01-14ppc-40x: Correct ESR for zone protection faults.Edgar E. Iglesias1-5/+18
2010-01-14ppc-40x: Correct decoding of zone protection bits.Edgar E. Iglesias1-1/+1
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-3/+0
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl1-3/+2
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-0/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-58/+58
2009-10-01Get rid of _t suffixmalc1-58/+58
2009-08-16Replace REGX with PRIx64Blue Swirl1-2/+3
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-109/+104
2009-08-16Replace always_inline with inlineBlue Swirl1-79/+66
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd1-1/+1
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-10/+10
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-04-28Fix PPC resetBlue Swirl1-0/+1
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-2/+1
2009-03-29target-ppc: Explain why the whole TLB is flushed on SR writeaurel321-0/+2
2009-03-07Disable BAT for 970blueswir11-3/+3
2009-03-07Keep SLB in-CPUblueswir11-63/+69
2009-03-07Fix NX bitblueswir11-1/+1
2009-03-07Enable 64bit mode on interruptsblueswir11-1/+5
2009-03-07Implement large pagesblueswir11-30/+48
2009-03-07Implement slbmteblueswir11-13/+47
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