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
/
m68k
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
target/m68k: fix m68k_cpu_dump_state()
Laurent Vivier
2018-01-04
2
-4
/
+8
|
*
target/m68k: add the Interrupt Stack Pointer
Laurent Vivier
2018-01-04
7
-17
/
+190
|
*
target/m68k: add andi/ori/eori to SR/CCR
Laurent Vivier
2018-01-04
1
-7
/
+46
|
*
target/m68k: add 680x0 "move to SR" instruction
Laurent Vivier
2018-01-04
1
-16
/
+22
|
*
target/m68k: move CCR/SR functions
Laurent Vivier
2018-01-04
1
-56
/
+55
|
*
target/m68k: implement fsave/frestore
Laurent Vivier
2018-01-04
1
-8
/
+15
|
*
target/m68k: add reset
Laurent Vivier
2018-01-04
3
-0
/
+24
|
*
target/m68k: add cpush/cinv
Laurent Vivier
2018-01-04
1
-0
/
+20
|
*
target/m68k: softmmu cleanup
Laurent Vivier
2018-01-04
1
-6
/
+33
|
*
target/m68k: add move16
Laurent Vivier
2018-01-04
3
-1
/
+82
|
*
target/m68k: add chk and chk2
Laurent Vivier
2018-01-04
5
-1
/
+143
|
*
target/m68k: manage 680x0 stack frames
Laurent Vivier
2018-01-04
3
-7
/
+164
|
*
target/m68k: add CPU_LOG_INT trace
Laurent Vivier
2018-01-04
2
-2
/
+123
|
*
target/m68k: use insn_pc to generate instruction fault address
Laurent Vivier
2018-01-04
1
-20
/
+20
|
*
target/m68k: fix gen_get_ccr()
Laurent Vivier
2018-01-04
1
-1
/
+0
|
*
target-m68k: sync CC_OP before gen_jmp_tb()
Laurent Vivier
2018-01-04
1
-1
/
+2
*
|
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-12-29
1
-7
/
+7
*
|
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
2017-12-28
1
-5
/
+2
|
/
*
target/m68k: fix set_cc_op()
Laurent Vivier
2017-12-21
2
-1
/
+2
*
target/m68k: add monitor.c
Laurent Vivier
2017-12-21
2
-0
/
+40
*
target/m68k: remove unused variable gen_throws_exception
Laurent Vivier
2017-12-21
1
-10
/
+0
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2017-10-30
2
-48
/
+30
|
\
|
*
m68k: cleanup cpu type name composition
Igor Mammedov
2017-10-27
2
-48
/
+30
*
|
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
-5
/
+0
*
|
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
|
target/m68k: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
3
-15
/
+31
*
|
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
1
-6
/
+1
*
|
tcg: Remove TCGV_EQUAL*
Richard Henderson
2017-10-24
1
-1
/
+1
|
/
*
qom/cpu: move cpu_model null check to cpu_class_by_name()
Philippe Mathieu-Daudé
2017-10-10
1
-4
/
+0
*
target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init()
Kamil Rytarowski
2017-09-10
1
-22
/
+22
*
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2017-09-06
1
-1
/
+6
*
m68k: replace cpu_m68k_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
3
-22
/
+3
*
m68k/translate: fix incorrect copy/paste
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
1
-3
/
+2
*
target/m68k: optimize bcd_flags() using extract op
Philippe Mathieu-Daudé
2017-07-19
1
-2
/
+1
*
target/m68k: add fmovem
Laurent Vivier
2017-06-29
3
-30
/
+189
*
target/m68k: add explicit single and double precision operations (part 2)
Laurent Vivier
2017-06-29
3
-8
/
+74
*
target/m68k: add fsglmul and fsgldiv
Laurent Vivier
2017-06-29
3
-0
/
+36
*
target/m68k: add explicit single and double precision operations
Laurent Vivier
2017-06-29
3
-5
/
+125
*
target/m68k: add fmovecr
Laurent Vivier
2017-06-29
3
-1
/
+47
*
target/m68k: add fscc.
Laurent Vivier
2017-06-29
1
-79
/
+131
*
target-m68k: add FPCR and FPSR
Laurent Vivier
2017-06-21
6
-119
/
+421
*
target-m68k: define 96bit FP registers for gdb on 680x0
Laurent Vivier
2017-06-21
1
-0
/
+45
*
target-m68k: use floatx80 internally
Laurent Vivier
2017-06-21
7
-291
/
+509
*
target-m68k: initialize FPU registers
Laurent Vivier
2017-06-21
1
-1
/
+8
*
target-m68k: move fmove CR to a function
Laurent Vivier
2017-06-21
1
-25
/
+31
*
target-m68k: define ext_opsize
Laurent Vivier
2017-06-15
1
-19
/
+24
[prev]
[next]