summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
Commit message (Expand)AuthorAgeFilesLines
* Large page TLB flushPaul Brook2010-03-171-3/+4
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* PPC: Fix large pagesAlexander Graf2010-02-141-5/+4
* ppc-40x: Correct ESR for zone protection faults.Edgar E. Iglesias2010-01-141-5/+18
* ppc-40x: Correct decoding of zone protection bits.Edgar E. Iglesias2010-01-141-1/+1
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-3/+0
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-071-3/+2
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-0/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-58/+58
* Get rid of _t suffixmalc2009-10-011-58/+58
* Replace REGX with PRIx64Blue Swirl2009-08-161-2/+3
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-109/+104
* Replace always_inline with inlineBlue Swirl2009-08-161-79/+66
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-031-1/+1
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-10/+10
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Fix PPC resetBlue Swirl2009-04-281-0/+1
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-2/+1
* target-ppc: Explain why the whole TLB is flushed on SR writeaurel322009-03-291-0/+2
* Disable BAT for 970blueswir12009-03-071-3/+3
* Keep SLB in-CPUblueswir12009-03-071-63/+69
* Fix NX bitblueswir12009-03-071-1/+1
* Enable 64bit mode on interruptsblueswir12009-03-071-1/+5
* Implement large pagesblueswir12009-03-071-30/+48
* Implement slbmteblueswir12009-03-071-13/+47
* Turn MMU off on resetblueswir12009-02-211-1/+1
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-2/+6
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-69/+29
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-223/+105
* powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu)aliguori2009-01-151-1/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* target-ppc: Enable KVM for ppcemb.aurel322008-12-161-0/+5
* target-ppc: remove remaining warningsaurel322008-12-111-4/+4
* target-ppc: remove unneeded includeaurel322008-12-111-1/+0
* target-ppc: rework exception codeaurel322008-12-111-18/+0
* target-ppc: enable SPE and Altivec in user modeaurel322008-12-101-0/+2
* target-ppc: initialize MSR appropriately in user-modeaurel322008-12-101-1/+1
* target-ppc: enable access type in MMUaurel322008-12-081-4/+1
* target-ppc: convert SPR accesses to TCGaurel322008-12-071-38/+8
* target-ppc: convert SLB/TLB instructions to TCGaurel322008-12-061-7/+0
* target-ppc: convert exceptions generation to TCGaurel322008-11-221-0/+18
* TCG variable type checking.pbrook2008-11-171-0/+1
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-10/+0
* PPC: convert effective address computation to TCGaurel322008-10-141-13/+0
* Add instruction counter.pbrook2008-06-291-0/+1
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-0/+1
* Fix incorrect debug prints (reported by Paul Brook).j_mayer2007-11-241-67/+56
OpenPOWER on IntegriCloud