| Commit message (Expand) | Author | Age | Files | Lines |
* | target-ppc: Convert XER accesses to TCG | aurel32 | 2008-10-21 | 1 | -10/+0 |
* | PPC: convert effective address computation to TCG | aurel32 | 2008-10-14 | 1 | -13/+0 |
* | Add instruction counter. | pbrook | 2008-06-29 | 1 | -0/+1 |
* | Remove osdep.c/qemu-img code duplication | aurel32 | 2008-04-11 | 1 | -0/+1 |
* | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 2007-12-09 | 1 | -0/+1 |
* | Fix incorrect debug prints (reported by Paul Brook). | j_mayer | 2007-11-24 | 1 | -67/+56 |
* | Revert foolish patch. | j_mayer | 2007-11-23 | 1 | -3/+2 |
* | Fix ppc32 register dumps on 64-bit hosts. | pbrook | 2007-11-23 | 1 | -2/+3 |
* | PowerPC 620 MMU do not have the same exact behavior as standard | j_mayer | 2007-11-19 | 1 | -9/+32 |
* | Define Freescale cores specific MMU model, exceptions and input bus. | j_mayer | 2007-11-17 | 1 | -20/+58 |
* | PowerPC hypervisor mode is not fundamentally available only for PowerPC 64. | j_mayer | 2007-11-17 | 1 | -95/+39 |
* | Always make all PowerPC exception definitions visible. | j_mayer | 2007-11-17 | 1 | -36/+56 |
* | Allow use of SPE extension by all PowerPC targets, | j_mayer | 2007-11-12 | 1 | -21/+0 |
* | Fix usage of the -1 constant in the PowerPC target code: | j_mayer | 2007-11-12 | 1 | -8/+8 |
* | added cpu_model parameter to cpu_init() | bellard | 2007-11-10 | 1 | -3/+9 |
* | PowerPC 601 need specific callbacks for its BATs setup. | j_mayer | 2007-11-04 | 1 | -0/+73 |
* | PowerPC MMU and exception fixes: | j_mayer | 2007-11-03 | 1 | -20/+74 |
* | Fix PowerPC program exception that was broken by FPU exception patches | j_mayer | 2007-11-02 | 1 | -5/+4 |
* | PowerPC coding style and inlining fixes. | j_mayer | 2007-10-28 | 1 | -33/+39 |
* | Fix PowerPC FPSCR update and floating-point exception generation | j_mayer | 2007-10-27 | 1 | -7/+6 |
* | Make PowerPC hypervisor resources able to compile, even if not enabled for now. | j_mayer | 2007-10-26 | 1 | -6/+18 |
* | Bugfix: PowerPC 64 slbia never invalidates the first segment entry. | j_mayer | 2007-10-26 | 1 | -1/+2 |
* | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer | 2007-10-25 | 1 | -281/+137 |
* | Properly implement non-execute bit on PowerPC segments and PTEs. | j_mayer | 2007-10-14 | 1 | -127/+138 |
* | There is no need of a specific MMU model for PowerPC 601. | j_mayer | 2007-10-14 | 1 | -21/+0 |
* | Implement PowerPC 64 SLB invalidation helpers. | j_mayer | 2007-10-14 | 1 | -19/+63 |
* | Do not allow PowerPC CPU restart after entering checkstop mode. | j_mayer | 2007-10-14 | 1 | -5/+12 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 1 | -3/+8 |
* | Remove synonymous in PowerPC MSR bits definitions. | j_mayer | 2007-10-08 | 1 | -10/+10 |
* | Real-mode only PowerPC 40x do not have any TLBs. | j_mayer | 2007-10-08 | 1 | -1/+2 |
* | Implement exception prefix feature for PowerPC 601. | j_mayer | 2007-10-08 | 1 | -6/+7 |
* | PowerPC target coding style fixes. | j_mayer | 2007-10-07 | 1 | -21/+19 |
* | PowerPC target optimisations: make intensive use of always_inline. | j_mayer | 2007-10-07 | 1 | -21/+24 |
* | Add MSR bits signification per PowerPC implementation flags (to be continued). | j_mayer | 2007-10-07 | 1 | -16/+8 |
* | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer | 2007-10-05 | 1 | -43/+167 |
* | PowerPC hardware reset vector is now considered as part of the exception model. | j_mayer | 2007-10-05 | 1 | -5/+1 |
* | Enable PowerPC 64 MMU model and exceptions. | j_mayer | 2007-10-03 | 1 | -68/+71 |
* | Fix PowerPC initialisation and first reset: | j_mayer | 2007-10-03 | 1 | -1/+4 |
* | We never have to export ppc_set_irq. | j_mayer | 2007-10-03 | 1 | -0/+13 |
* | Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c | j_mayer | 2007-10-01 | 1 | -12/+6 |
* | Handle all MMU models in switches, even if it's just to abort because of lack | j_mayer | 2007-10-01 | 1 | -7/+100 |
* | Avoid op helpers that would just call helpers for TLB & SLB management: | j_mayer | 2007-10-01 | 1 | -28/+90 |
* | Fix PowerPC TLB miss dump code. | j_mayer | 2007-09-30 | 1 | -2/+2 |
* | XER is to be treated as a 64 bits register on 64 bits implementations, | j_mayer | 2007-09-30 | 1 | -2/+2 |
* | Rework PowerPC exceptions model to make it more versatile: | j_mayer | 2007-09-29 | 1 | -465/+528 |
* | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer | 2007-09-26 | 1 | -126/+161 |
* | Avoid compilation warnings on 32 bits hosts. | j_mayer | 2007-09-21 | 1 | -1/+3 |
* | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | j_mayer | 2007-09-21 | 1 | -0/+12 |
* | Make CPU hflags be a masked version of the PowerPC MSR. | j_mayer | 2007-09-21 | 1 | -3/+4 |
* | Code provision for PowerPC BookE MMU model support. | j_mayer | 2007-09-19 | 1 | -11/+68 |