- dcbc9a7 ppc-40x: Correct ESR for zone protection faults. by Edgar E. Iglesias · 15 years ago
- ec5c3e4 ppc-40x: Correct decoding of zone protection bits. by Edgar E. Iglesias · 15 years ago
- b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
- d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
- e439413 PPC: remove unneeded calls to device reset by Blue Swirl · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- b11ebf6 Replace REGX with PRIx64 by Blue Swirl · 15 years ago
- 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 15 years ago
- 636aa20 Replace always_inline with inline by Blue Swirl · 15 years ago
- 18b21a2 target-ppc: retain l{w,d}arx loaded value by Nathan Froyd · 15 years ago
- 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 15 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
- 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
- fc1c67b Fix PPC reset by Blue Swirl · 16 years ago
- 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
- bf1752e target-ppc: Explain why the whole TLB is flushed on SR write by aurel32 · 16 years ago
- 9485593 Disable BAT for 970 by blueswir1 · 16 years ago
- 8eee0af Keep SLB in-CPU by blueswir1 · 16 years ago
- 29c8ca6 Fix NX bit by blueswir1 · 16 years ago
- 6ce0ca1 Enable 64bit mode on interrupts by blueswir1 · 16 years ago
- 5b5aba4 Implement large pages by blueswir1 · 16 years ago
- f6b868fc Implement slbmte by blueswir1 · 16 years ago
- 07c485c Turn MMU off on reset by blueswir1 · 16 years ago
- 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
- eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
- 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
- d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
- da07cf5 powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu) by aliguori · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- d76d165 target-ppc: Enable KVM for ppcemb. by aurel32 · 16 years ago
- 9322057 target-ppc: remove remaining warnings by aurel32 · 16 years ago
- 94fa46e target-ppc: remove unneeded include by aurel32 · 16 years ago
- e06fcd7 target-ppc: rework exception code by aurel32 · 16 years ago
- 4c2ab98 target-ppc: enable SPE and Altivec in user mode by aurel32 · 16 years ago
- fe463b7 target-ppc: initialize MSR appropriately in user-mode by aurel32 · 16 years ago
- b4cec7b target-ppc: enable access type in MMU by aurel32 · 16 years ago
- 45d827d target-ppc: convert SPR accesses to TCG by aurel32 · 16 years ago
- 74d3779 target-ppc: convert SLB/TLB instructions to TCG by aurel32 · 16 years ago
- 64adab3 target-ppc: convert exceptions generation to TCG by aurel32 · 16 years ago
- a7812ae TCG variable type checking. by pbrook · 16 years ago
- 3d7b417 target-ppc: Convert XER accesses to TCG by aurel32 · 16 years ago
- e2be8d8 PPC: convert effective address computation to TCG by aurel32 · 16 years ago
- 2e70f6e Add instruction counter. by pbrook · 16 years ago
- ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
- 01ba981 Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. by ths · 17 years ago
- 6b542af Fix incorrect debug prints (reported by Paul Brook). by j_mayer · 17 years ago
- 69facb7 Revert foolish patch. by j_mayer · 17 years ago
- 9b605b9 Fix ppc32 register dumps on 64-bit hosts. by pbrook · 17 years ago
- add7895 PowerPC 620 MMU do not have the same exact behavior as standard by j_mayer · 17 years ago
- b4095fe Define Freescale cores specific MMU model, exceptions and input bus. by j_mayer · 17 years ago
- a4f3071 PowerPC hypervisor mode is not fundamentally available only for PowerPC 64. by j_mayer · 17 years ago
- b172c56 Always make all PowerPC exception definitions visible. by j_mayer · 17 years ago
- 3cd7d1d Allow use of SPE extension by all PowerPC targets, by j_mayer · 17 years ago
- 6f2d897 Fix usage of the -1 constant in the PowerPC target code: by j_mayer · 17 years ago
- aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
- 056401e PowerPC 601 need specific callbacks for its BATs setup. by j_mayer · 17 years ago
- faadf50 PowerPC MMU and exception fixes: by j_mayer · 17 years ago
- 5b52b99 Fix PowerPC program exception that was broken by FPU exception patches by j_mayer · 17 years ago
- a11b815 PowerPC coding style and inlining fixes. by j_mayer · 17 years ago
- 7c58044 Fix PowerPC FPSCR update and floating-point exception generation by j_mayer · 17 years ago
- f9fdea6 Make PowerPC hypervisor resources able to compile, even if not enabled for now. by j_mayer · 17 years ago
- 2c1ee06 Bugfix: PowerPC 64 slbia never invalidates the first segment entry. by j_mayer · 17 years ago
- 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
- b227a8e Properly implement non-execute bit on PowerPC segments and PTEs. by j_mayer · 17 years ago
- a13d752 There is no need of a specific MMU model for PowerPC 601. by j_mayer · 17 years ago
- eacc324 Implement PowerPC 64 SLB invalidation helpers. by j_mayer · 17 years ago
- e63ecc6 Do not allow PowerPC CPU restart after entering checkstop mode. by j_mayer · 17 years ago
- 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
- 25ba3a6 Remove synonymous in PowerPC MSR bits definitions. by j_mayer · 17 years ago
- 141c8ae Real-mode only PowerPC 40x do not have any TLBs. by j_mayer · 17 years ago
- 4e80eff Implement exception prefix feature for PowerPC 601. by j_mayer · 17 years ago
- b33c17e PowerPC target coding style fixes. by j_mayer · 17 years ago
- b068d6a PowerPC target optimisations: make intensive use of always_inline. by j_mayer · 17 years ago
- d26bfc9 Add MSR bits signification per PowerPC implementation flags (to be continued). by j_mayer · 17 years ago
- 12de9a3 Full implementation of PowerPC 64 MMU, just missing support for 1 TB by j_mayer · 17 years ago
- 1c27f8f PowerPC hardware reset vector is now considered as part of the exception model. by j_mayer · 17 years ago
- 8f79343 Enable PowerPC 64 MMU model and exceptions. by j_mayer · 17 years ago
- fe33cc7 Fix PowerPC initialisation and first reset: by j_mayer · 17 years ago
- 00af685 We never have to export ppc_set_irq. by j_mayer · 17 years ago
- a97fed5 Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c by j_mayer · 17 years ago
- 7dbe11a Handle all MMU models in switches, even if it's just to abort because of lack by j_mayer · 17 years ago
- daf4f96 Avoid op helpers that would just call helpers for TLB & SLB management: by j_mayer · 17 years ago
- 1e6784f Fix PowerPC TLB miss dump code. by j_mayer · 17 years ago
- bfa1e5c XER is to be treated as a 64 bits register on 64 bits implementations, by j_mayer · 17 years ago
- e1833e1 Rework PowerPC exceptions model to make it more versatile: by j_mayer · 17 years ago
- a750fc0 Great rework and cleanups to ease PowerPC implementations definitions. by j_mayer · 17 years ago
- 9706285 Avoid compilation warnings on 32 bits hosts. by j_mayer · 17 years ago
- 2662a05 More PowerPC definitions, from POWER 2.04 specifications and misc sources. by j_mayer · 17 years ago
- 4296f45 Make CPU hflags be a masked version of the PowerPC MSR. by j_mayer · 17 years ago
- 5eb7995 Code provision for PowerPC BookE MMU model support. by j_mayer · 17 years ago
- caa4039 Code provision for PowerPC 64 MMU model support. by j_mayer · 17 years ago
- 3608160 Coding style fixes in PowerPC related code (no functional change): by j_mayer · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- c19dbb9 Fix crash in set registers in PPC gdb-stub, by Jason Wessel. by ths · 17 years ago
- c294fc5 Improve PowerPC 405 MMU model / share more code for other embedded targets by j_mayer · 18 years ago
- 4a05771 No functional changes: by j_mayer · 18 years ago
- c55e9ae PowerPC 4xx software driven TLB fixes + debug traces. by j_mayer · 18 years ago
- 0a032cb Add reset callbacks for PowerPC CPU. by j_mayer · 18 years ago