index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
sh4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-30
target/sh4: fix RTE instruction delay slot
Aurelien Jarno
2
-5
/
+16
2017-05-30
target/sh4: ignore interrupts in a delay slot
Aurelien Jarno
1
-2
/
+10
2017-05-30
target/sh4: introduce DELAY_SLOT_MASK
Aurelien Jarno
3
-12
/
+12
2017-05-30
target/sh4: fix reset when using a kernel and an initrd
Aurelien Jarno
1
-1
/
+9
2017-05-30
target/sh4: log unauthorized accesses using qemu_log_mask
Aurelien Jarno
1
-1
/
+1
2017-05-13
target/sh4: use cpu_loop_exit_restore
Aurelien Jarno
1
-8
/
+2
2017-05-13
target/sh4: trap unaligned accesses
Aurelien Jarno
4
-2
/
+25
2017-05-13
target/sh4: movua.l is an SH4-A only instruction
Aurelien Jarno
1
-11
/
+15
2017-05-13
target/sh4: implement tas.b using atomic helper
Aurelien Jarno
1
-12
/
+7
2017-05-13
target/sh4: generate fences for SH4
Aurelien Jarno
1
-4
/
+5
2017-05-13
target/sh4: optimize gen_write_sr using extract op
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: optimize gen_store_fpr64
Aurelien Jarno
1
-7
/
+1
2017-05-13
target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: only save flags state at the end of the TB
Aurelien Jarno
1
-36
/
+33
2017-05-13
target/sh4: fix BS_EXCP exit
Aurelien Jarno
1
-9
/
+7
2017-05-13
target/sh4: fix BS_STOP exit
Aurelien Jarno
1
-2
/
+3
2017-05-13
target/sh4: move DELAY_SLOT_TRUE flag into a separate global
Aurelien Jarno
3
-18
/
+16
2017-05-13
target/sh4: do not include DELAY_SLOT_TRUE in the TB state
Aurelien Jarno
1
-2
/
+1
2017-05-13
target/sh4: get rid of DELAY_SLOT_CLEARME
Aurelien Jarno
3
-16
/
+6
2017-05-13
target/sh4: split ctx->flags into ctx->tbflags and ctx->envflags
Aurelien Jarno
1
-79
/
+82
2017-02-21
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
1
-0
/
+5
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
1
-1
/
+1
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
2
-2
/
+4
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
11
-0
/
+4500