index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
sh4
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-24
1
-2
/
+2
*
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
2
-15
/
+15
*
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-04-18
2
-14
/
+5
*
sh4: fix use_icount with linux-user
Laurent Vivier
2018-08-20
1
-0
/
+1
*
target/sh4: Fix translator.c assertion failure for gUSA
Richard Henderson
2018-07-09
1
-37
/
+44
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-4
/
+4
*
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
2018-05-18
1
-1
/
+0
*
target/sh4: convert to TranslatorOps
Emilio G. Cota
2018-05-09
1
-85
/
+86
*
cpu: get rid of unused cpu_init() defines
Igor Mammedov
2018-03-19
1
-2
/
+0
*
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
2018-03-19
1
-0
/
+1
*
qom: introduce object_class_get_list_sorted
Paolo Bonzini
2018-03-12
1
-14
/
+1
*
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-21
3
-2
/
+2
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
1
-2
/
+2
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
3
-6
/
+6
*
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-12-29
1
-2
/
+2
*
target/sh4: Convert to DisasContextBase
Richard Henderson
2017-12-18
1
-76
/
+78
*
target/sh4: Do not singlestep after exceptions
Richard Henderson
2017-12-18
1
-16
/
+16
*
target/sh4: Convert to DisasJumpType
Richard Henderson
2017-12-18
1
-35
/
+30
*
target/sh4: Use cmpxchg for movco when parallel_cpus
Richard Henderson
2017-12-18
3
-23
/
+64
*
target/sh4: fix TCG leak during gusa sequence
Alex Bennée
2017-12-18
1
-1
/
+1
*
target/sh4: add missing tcg_temp_free() in _decode_opc()
Philippe Mathieu-Daudé
2017-12-18
1
-0
/
+2
*
Remove empty statements
Ladi Prosek
2017-12-18
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2017-10-30
3
-72
/
+46
|
\
|
*
sh4: remove SuperHCPUClass::name field
Igor Mammedov
2017-10-27
2
-9
/
+3
|
*
sh4: simplify superh_cpu_class_by_name()
Igor Mammedov
2017-10-27
1
-22
/
+12
|
*
sh4: cleanup cpu type name composition
Igor Mammedov
2017-10-27
3
-41
/
+31
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
disas: Remove unused flags arguments
Richard Henderson
2017-10-25
1
-1
/
+1
*
|
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
1
-4
/
+0
*
|
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
|
target/sh4: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
|
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
1
-3
/
+3
*
|
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
2
-11
/
+1
|
/
*
linux-user/sh4: Reduce TARGET_VIRT_ADDR_SPACE_BITS to 31
Richard Henderson
2017-10-16
1
-1
/
+5
*
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2017-10-10
1
-2
/
+2
*
qom/cpu: move cpu_model null check to cpu_class_by_name()
Philippe Mathieu-Daudé
2017-10-10
1
-3
/
+0
*
sh4: replace cpu_sh4_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
2
-7
/
+1
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
1
-3
/
+2
*
target/sh4: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2017-07-18
1
-10
/
+20
*
target/sh4: Implement fsrra
Richard Henderson
2017-07-18
3
-0
/
+19
*
target/sh4: Add missing FPSCR.PR == 0 checks
Richard Henderson
2017-07-18
1
-0
/
+2
*
target/sh4: Implement fpchg
Richard Henderson
2017-07-18
1
-0
/
+5
*
target/sh4: Introduce CHECK_SH4A
Richard Henderson
2017-07-18
1
-34
/
+30
*
target/sh4: Introduce CHECK_FPSCR_PR_*
Richard Henderson
2017-07-18
1
-26
/
+31
*
target/sh4: Tidy misc illegal insn checks
Richard Henderson
2017-07-18
1
-9
/
+13
*
target/sh4: Unify code for CHECK_FPU_ENABLED
Richard Henderson
2017-07-18
1
-10
/
+14
*
target/sh4: Unify code for CHECK_PRIVILEGED
Richard Henderson
2017-07-18
1
-10
/
+4
*
target/sh4: Unify code for CHECK_NOT_DELAY_SLOT
Richard Henderson
2017-07-18
1
-6
/
+5
*
target/sh4: Simplify 64-bit fp reg-reg move
Richard Henderson
2017-07-18
1
-4
/
+4
*
target/sh4: Load/store Dr as 64-bit quantities
Richard Henderson
2017-07-18
1
-39
/
+36
[next]