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
/
alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
targets (various): use softfloat-helpers.h where we can
Alex Bennée
2019-08-19
1
-1
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
4
-4
/
+0
*
cpu: Remove CPU_COMMON
Richard Henderson
2019-06-10
1
-3
/
+0
*
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
2019-06-10
1
-0
/
+1
*
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
2019-06-10
1
-2
/
+1
*
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2019-06-10
1
-1
/
+0
*
target/alpha: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
3
-14
/
+7
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-2
/
+0
*
cpu: Define ArchCPU
Richard Henderson
2019-06-10
1
-0
/
+1
*
cpu: Define CPUArchState with typedef
Richard Henderson
2019-06-10
1
-2
/
+2
*
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2019-06-10
2
-22
/
+32
*
target/alpha: Fix user-only floating-point exceptions
Richard Henderson
2019-05-19
3
-5
/
+78
*
target/alpha: Clean up alpha_cpu_dump_state
Richard Henderson
2019-05-19
1
-9
/
+10
*
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
1
-6
/
+0
*
target/alpha: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
4
-30
/
+26
*
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
-14
/
+13
*
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-04-18
2
-11
/
+6
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
target/alpha: Fix user-only initialization of fpcr
Richard Henderson
2019-01-08
1
-3
/
+3
*
vmstate: constify VMStateField
Marc-André Lureau
2018-11-27
1
-2
/
+3
*
target/alpha: remove tlb_flush from alpha_cpu_initfn
Emilio G. Cota
2018-10-19
1
-1
/
+0
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-6
/
+6
*
target/alpha: Honor CPU_DUMP_FPU
Richard Henderson
2018-05-18
1
-9
/
+8
*
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
1
-4
/
+2
*
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-04-11
2
-5
/
+3
*
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
1
-2
/
+0
*
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
-11
/
+11
*
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
2017-12-28
1
-10
/
+3
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2017-10-30
2
-73
/
+37
|
\
|
*
alpha: cleanup cpu type name composition
Igor Mammedov
2017-10-27
2
-73
/
+37
*
|
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
*
|
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
1
-2
/
+2
*
|
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
2
-8
/
+1
|
/
*
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2017-10-10
1
-1
/
+1
*
qom/cpu: move cpu_model null check to cpu_class_by_name()
Philippe Mathieu-Daudé
2017-10-10
1
-5
/
+1
*
target/alpha: Switch to do_transaction_failed() hook
Peter Maydell
2017-09-07
4
-13
/
+24
*
target/alpha: Convert to TranslatorOps
Richard Henderson
2017-09-07
1
-99
/
+86
[next]