summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert foolish patch.j_mayer2007-11-231-3/+2
* Fix ppc32 register dumps on 64-bit hosts.pbrook2007-11-231-2/+3
* PowerPC 620 MMU do not have the same exact behavior as standardj_mayer2007-11-191-9/+32
* Define Freescale cores specific MMU model, exceptions and input bus.j_mayer2007-11-171-20/+58
* PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer2007-11-171-95/+39
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-36/+56
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-21/+0
* Fix usage of the -1 constant in the PowerPC target code:j_mayer2007-11-121-8/+8
* added cpu_model parameter to cpu_init()bellard2007-11-101-3/+9
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-0/+73
* PowerPC MMU and exception fixes:j_mayer2007-11-031-20/+74
* Fix PowerPC program exception that was broken by FPU exception patchesj_mayer2007-11-021-5/+4
* PowerPC coding style and inlining fixes.j_mayer2007-10-281-33/+39
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-7/+6
* Make PowerPC hypervisor resources able to compile, even if not enabled for now.j_mayer2007-10-261-6/+18
* Bugfix: PowerPC 64 slbia never invalidates the first segment entry.j_mayer2007-10-261-1/+2
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-281/+137
* Properly implement non-execute bit on PowerPC segments and PTEs.j_mayer2007-10-141-127/+138
* There is no need of a specific MMU model for PowerPC 601.j_mayer2007-10-141-21/+0
* Implement PowerPC 64 SLB invalidation helpers.j_mayer2007-10-141-19/+63
* Do not allow PowerPC CPU restart after entering checkstop mode.j_mayer2007-10-141-5/+12
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-3/+8
* Remove synonymous in PowerPC MSR bits definitions.j_mayer2007-10-081-10/+10
* Real-mode only PowerPC 40x do not have any TLBs.j_mayer2007-10-081-1/+2
* Implement exception prefix feature for PowerPC 601.j_mayer2007-10-081-6/+7
* PowerPC target coding style fixes.j_mayer2007-10-071-21/+19
OpenPOWER on IntegriCloud