index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-14
Reorganize PowerPC instructions categories, add icbi separate case.
j_mayer
2
-95
/
+109
2007-11-12
Add PVR and SPR definition for most embedded PowerPC from Freescale.
j_mayer
1
-59
/
+309
2007-11-12
PowerPC SPE extension fix: must always preserve GPR high bits when
j_mayer
3
-6
/
+6
2007-11-12
Allow use of SPE extension by all PowerPC targets,
j_mayer
8
-81
/
+148
2007-11-12
More PowerPC target -1 usage fixes (reservation address).
j_mayer
2
-9
/
+9
2007-11-12
Fix usage of the -1 constant in the PowerPC target code:
j_mayer
4
-51
/
+54
2007-11-11
fixed invalid type
bellard
1
-2
/
+2
2007-11-11
Fix POWER abs & abso computation.
j_mayer
2
-8
/
+10
2007-11-11
Optimize PowerPC overflow flag computation in most useful cases.
j_mayer
4
-115
/
+57
2007-11-10
Allow selection of PowerPC CPU giving a PVR.
j_mayer
2
-372
/
+420
2007-11-10
added cpu_model parameter to cpu_init()
bellard
3
-30
/
+25
2007-11-04
PowerPC 601 need specific callbacks for its BATs setup.
j_mayer
8
-35
/
+136
2007-11-04
Improve PowerPC CPU state dump.
j_mayer
1
-23
/
+25
2007-11-03
Fix PowerPC high BATs access: BAT number was incorrect.
j_mayer
1
-3
/
+3
2007-11-03
PowerPC MMU and exception fixes:
j_mayer
5
-55
/
+114
2007-11-02
Don't print any message when a priviledge exception occurs on mfpvr
j_mayer
1
-4
/
+10
2007-11-02
Fix PowerPC program exception that was broken by FPU exception patches
j_mayer
1
-5
/
+4
2007-10-31
Fix CR ops with complement, thanks to Julian Seward for testing
j_mayer
3
-24
/
+27
2007-10-29
Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)
j_mayer
1
-2
/
+2
2007-10-29
Adjust s390 addresses (the MSB is defined as "to be ignored").
ths
1
-1
/
+5
2007-10-28
Make Alpha and PowerPC targets use shared helpers
j_mayer
3
-89
/
+25
2007-10-28
PowerPC coding style and inlining fixes.
j_mayer
3
-42
/
+46
2007-10-27
PowerPC floating-point helper typo.
j_mayer
1
-2
/
+2
2007-10-27
PowerPC float bugfix: 64 bits float mantissa is 52 bits long.
j_mayer
1
-2
/
+2
2007-10-27
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
7
-336
/
+1120
2007-10-27
Fix endianness bug for PowerPC stfiwx instruction.
j_mayer
1
-2
/
+11
2007-10-26
For consistency, align the address to the cache line before using it,
j_mayer
1
-2
/
+2
2007-10-26
Bugfix in PowerPC dcbi instruction:
j_mayer
1
-5
/
+2
2007-10-26
Pretty dump for specific PowerPC instructions names.
j_mayer
1
-35
/
+75
2007-10-26
Make PowerPC hypervisor resources able to compile, even if not enabled for now.
j_mayer
1
-6
/
+18
2007-10-26
Bugfix: PowerPC 64 slbia never invalidates the first segment entry.
j_mayer
1
-1
/
+2
2007-10-25
Fix PowerPC 64x64 bits multiplication overflow check.
j_mayer
1
-1
/
+2
2007-10-25
Use host-utils for PowerPC 64 64x64 bits multiplications.
j_mayer
3
-78
/
+3
2007-10-25
Add PowerPC power-management state check callback.
j_mayer
1
-0
/
+1
2007-10-25
Implement power-management for all defined PowerPC CPUs.
j_mayer
2
-30
/
+174
2007-10-25
Update PowerPC emulation status file.
j_mayer
1
-20
/
+39
2007-10-25
Allow selection of all defined PowerPC 74xx (aka G4) CPUs.
j_mayer
1
-36
/
+0
2007-10-25
Gprof prooved the PowerPC emulation spent too much time in MSR load and store
j_mayer
8
-461
/
+398
2007-10-14
Properly implement non-execute bit on PowerPC segments and PTEs.
j_mayer
2
-127
/
+139
2007-10-14
Merge PowerPC 620 input bus definitions with standard PowerPC 6xx.
j_mayer
1
-26
/
+19
2007-10-14
There is no need of a specific MMU model for PowerPC 601.
j_mayer
3
-27
/
+1
2007-10-14
Implement PowerPC 64 SLB invalidation helpers.
j_mayer
1
-19
/
+63
2007-10-14
Do not allow PowerPC CPU restart after entering checkstop mode.
j_mayer
1
-5
/
+12
2007-10-14
Generate micro-ops for PowerPC hypervisor mode.
j_mayer
2
-0
/
+10
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
5
-15
/
+32
2007-10-12
Unify '-cpu ?' option.
j_mayer
1
-0
/
+1
2007-10-08
Update PowerPC emulation status file.
j_mayer
1
-15
/
+45
2007-10-08
Remove synonymous in PowerPC MSR bits definitions.
j_mayer
3
-72
/
+193
2007-10-08
Real-mode only PowerPC 40x do not have any TLBs.
j_mayer
2
-2
/
+2
2007-10-08
Implement exception prefix feature for PowerPC 601.
j_mayer
2
-7
/
+8
[prev]
[next]