index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
Age
Commit message (
Expand
)
Author
2007-11-04
PowerPC 601 need specific callbacks for its BATs setup.
j_mayer
2007-11-04
Improve PowerPC CPU state dump.
j_mayer
2007-11-03
Fix PowerPC high BATs access: BAT number was incorrect.
j_mayer
2007-11-03
PowerPC MMU and exception fixes:
j_mayer
2007-11-02
Don't print any message when a priviledge exception occurs on mfpvr
j_mayer
2007-11-02
Fix PowerPC program exception that was broken by FPU exception patches
j_mayer
2007-10-31
Fix CR ops with complement, thanks to Julian Seward for testing
j_mayer
2007-10-29
Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)
j_mayer
2007-10-29
Adjust s390 addresses (the MSB is defined as "to be ignored").
ths
2007-10-28
Make Alpha and PowerPC targets use shared helpers
j_mayer
2007-10-28
PowerPC coding style and inlining fixes.
j_mayer
2007-10-27
PowerPC floating-point helper typo.
j_mayer
2007-10-27
PowerPC float bugfix: 64 bits float mantissa is 52 bits long.
j_mayer
2007-10-27
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
2007-10-27
Fix endianness bug for PowerPC stfiwx instruction.
j_mayer
2007-10-26
For consistency, align the address to the cache line before using it,
j_mayer
2007-10-26
Bugfix in PowerPC dcbi instruction:
j_mayer
2007-10-26
Pretty dump for specific PowerPC instructions names.
j_mayer
2007-10-26
Make PowerPC hypervisor resources able to compile, even if not enabled for now.
j_mayer
2007-10-26
Bugfix: PowerPC 64 slbia never invalidates the first segment entry.
j_mayer
2007-10-25
Fix PowerPC 64x64 bits multiplication overflow check.
j_mayer
2007-10-25
Use host-utils for PowerPC 64 64x64 bits multiplications.
j_mayer
2007-10-25
Add PowerPC power-management state check callback.
j_mayer
2007-10-25
Implement power-management for all defined PowerPC CPUs.
j_mayer
2007-10-25
Update PowerPC emulation status file.
j_mayer
2007-10-25
Allow selection of all defined PowerPC 74xx (aka G4) CPUs.
j_mayer
2007-10-25
Gprof prooved the PowerPC emulation spent too much time in MSR load and store
j_mayer
2007-10-14
Properly implement non-execute bit on PowerPC segments and PTEs.
j_mayer
2007-10-14
Merge PowerPC 620 input bus definitions with standard PowerPC 6xx.
j_mayer
2007-10-14
There is no need of a specific MMU model for PowerPC 601.
j_mayer
2007-10-14
Implement PowerPC 64 SLB invalidation helpers.
j_mayer
2007-10-14
Do not allow PowerPC CPU restart after entering checkstop mode.
j_mayer
2007-10-14
Generate micro-ops for PowerPC hypervisor mode.
j_mayer
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
2007-10-12
Unify '-cpu ?' option.
j_mayer
2007-10-08
Update PowerPC emulation status file.
j_mayer
2007-10-08
Remove synonymous in PowerPC MSR bits definitions.
j_mayer
2007-10-08
Real-mode only PowerPC 40x do not have any TLBs.
j_mayer
2007-10-08
Implement exception prefix feature for PowerPC 601.
j_mayer
2007-10-08
Add missing exception vectors for PowerPC 7x5.
j_mayer
2007-10-07
Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).
j_mayer
2007-10-07
Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.
j_mayer
2007-10-07
PowerPC target coding style fixes.
j_mayer
2007-10-07
PowerPC target optimisations: make intensive use of always_inline.
j_mayer
2007-10-07
Reorganize the CPUPPCState structure to group features.
j_mayer
2007-10-07
Add MSR bits signification per PowerPC implementation flags (to be continued).
j_mayer
2007-10-05
Full implementation of PowerPC 64 MMU, just missing support for 1 TB
j_mayer
2007-10-05
Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.
j_mayer
2007-10-05
PowerPC hardware reset vector is now considered as part of the exception model.
j_mayer
2007-10-04
More cache tuning fixes:
j_mayer
[next]