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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-14
Add TARGET_FMT_plx to properly display target_phys_addr_t variables.
j_mayer
1
-0
/
+2
2007-04-13
Nicer Log formatting.
ths
1
-1
/
+1
2007-04-13
Another fix for CP0 Cause register handling.
ths
2
-2
/
+2
2007-04-13
Fix Sparc32 device save methods
blueswir1
3
-3
/
+17
2007-04-13
Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS ops
blueswir1
2
-38
/
+111
2007-04-13
Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)
blueswir1
4
-2
/
+18
2007-04-12
Add PowerPC 405 input pins (IRQ, resets, ...) model.
j_mayer
5
-24
/
+133
2007-04-12
Embedded PowerPC Device Control Registers infrastructure.
j_mayer
4
-7
/
+117
2007-04-11
Fix bad variable name.
ths
1
-1
/
+1
2007-04-11
Make SYNCI_Step and CCRes CPU-specific.
ths
2
-3
/
+16
2007-04-11
Throw RI for invalid MFMC0-class instructions. Introduce optional
ths
2
-3
/
+18
2007-04-11
Code formatting fix.
ths
1
-935
/
+938
2007-04-11
More Context/Xcontext fixes. Ifdef some 64bit-only ops, they may
ths
2
-10
/
+10
2007-04-09
Implement embedded IRQ controller for PowerPC 6xx/740 & 750.
j_mayer
9
-119
/
+287
2007-04-09
Fix monitor disasm output for Sparc64 target
blueswir1
1
-0
/
+3
2007-04-09
Fix CP0_IntCtl handling.
ths
2
-2
/
+6
2007-04-09
Proper handling of reserved bits in the context register.
ths
1
-1
/
+1
2007-04-09
Mark watchpoint features as unimplemented.
ths
2
-3
/
+9
2007-04-09
Catch unaligned sc/scd.
ths
2
-0
/
+10
2007-04-09
Fix exception handling cornercase for rdhwr.
ths
2
-37
/
+9
2007-04-09
Remove bogus mtc0 handling.
ths
1
-10
/
+0
2007-04-09
ARM IRQ fix.
pbrook
1
-1
/
+1
2007-04-08
Fix generated code disasm output on Sparc64 host
blueswir1
1
-0
/
+3
2007-04-08
Sparc32/64 CPU selection for user emulator
blueswir1
1
-0
/
+16
2007-04-07
Fix TCX base on SS10
blueswir1
1
-1
/
+1
2007-04-07
Unify IRQ handling.
pbrook
71
-624
/
+592
2007-04-07
PowerPC 64 fixes
j_mayer
1
-2
/
+2
2007-04-07
cpu_get_phys_page_debug should return target_phys_addr_t
j_mayer
10
-18
/
+20
2007-04-07
Remove dead code.
pbrook
1
-13
/
+6
2007-04-07
Remove dead code.
pbrook
1
-38
/
+0
2007-04-07
Implement prefx.
ths
1
-1
/
+41
2007-04-07
Set proper BadVAddress value for unaligned instruction fetch.
ths
1
-1
/
+2
2007-04-07
Actually skip over delay slot for a non-taken branch likely.
ths
1
-2
/
+2
2007-04-07
Fix ins/ext cornercase.
ths
1
-4
/
+4
2007-04-06
Comment spelling fix.
pbrook
1
-1
/
+1
2007-04-06
Full implementation of IEEE exceptions (Aurelien Jarno)
blueswir1
4
-14
/
+154
2007-04-06
Enforce even float register pair for double register ops (Aurelien Jarno)
blueswir1
1
-1
/
+1
2007-04-06
Fix handling of ADES exceptions.
ths
1
-1
/
+3
2007-04-06
Save state for all CP0 instructions, they may throw a CPU exception.
ths
3
-16
/
+45
2007-04-06
Use correct type for card field.
pbrook
1
-1
/
+1
2007-04-06
SD card emulation (initial implementation by Andrzei Zaborowski).
pbrook
10
-8
/
+2084
2007-04-06
Code provision for x86_64 and PowerPC 64 linux user mode support.
j_mayer
5
-6
/
+82
2007-04-06
Add alpha targets.
j_mayer
1
-0
/
+4
2007-04-06
Fix for PowerPC 64 rotates.
j_mayer
1
-27
/
+35
2007-04-06
Code provision for 64 bits linux user-mode targets support.
j_mayer
6
-0
/
+1242
2007-04-05
fix branch delay slot cornercases.
ths
2
-3
/
+6
2007-04-05
Fix rotr immediate ops, mask shift/rotate arguments to their allowed
ths
3
-48
/
+103
2007-04-05
Handle EBase properly.
ths
1
-1
/
+1
2007-04-05
Fix disabling of the Cause register for R2.
ths
1
-11
/
+11
2007-04-05
Fix RDHWR handling. Code formatting. Don't use *_direct versions to raise
ths
2
-92
/
+131
[next]