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
/
openrisc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target-openrisc: Write back result before FPE exception
Richard Henderson
2018-05-14
3
-252
/
+126
*
target/openrisc: convert to TranslatorOps
Emilio G. Cota
2018-05-09
1
-84
/
+79
*
target/openrisc: convert to DisasContextBase
Emilio G. Cota
2018-05-09
1
-47
/
+46
*
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-04-11
1
-4
/
+4
*
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
*
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-02-21
2
-1
/
+1
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
1
-3
/
+2
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
3
-8
/
+8
*
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
2017-12-28
1
-5
/
+1
*
misc: remove duplicated includes
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2017-10-30
2
-46
/
+26
|
\
|
*
openrisc: cleanup cpu type name composition
Igor Mammedov
2017-10-27
2
-46
/
+26
*
|
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
-3
/
+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
-3
/
+3
*
|
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
1
-6
/
+1
|
/
*
openrisc/cputimer: Perparation for Multicore
Stafford Horne
2017-10-20
4
-5
/
+5
*
target/openrisc: Make coreid and numcores variable
Stafford Horne
2017-10-20
1
-2
/
+3
*
qom/cpu: move cpu_model null check to cpu_class_by_name()
Philippe Mathieu-Daudé
2017-10-10
1
-4
/
+0
*
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2017-09-06
1
-0
/
+6
*
openrisc: replace cpu_openrisc_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
2
-8
/
+1
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
1
-2
/
+2
*
target/openrisc: Support non-busy idle state using PMR SPR
Stafford Horne
2017-05-04
5
-1
/
+28
*
target/openrisc: Remove duplicate features property
Stafford Horne
2017-05-04
2
-28
/
+5
*
target/openrisc: Implement full vmstate serialization
Stafford Horne
2017-05-04
1
-2
/
+71
*
target/openrisc: implement shadow registers
Stafford Horne
2017-05-04
6
-10
/
+33
*
target/openrisc: add numcores and coreid support
Stafford Horne
2017-05-04
1
-0
/
+6
*
target/openrisc: Fixes for memory debugging
Stafford Horne
2017-05-04
1
-4
/
+20
*
target/openrisc: Implement EPH bit
Tim 'mithro' Ansell
2017-04-21
1
-0
/
+3
*
target/openrisc: Implement EVBAR register
Tim 'mithro' Ansell
2017-04-21
4
-1
/
+21
*
target/openrisc: Optimize for r0 being zero
Richard Henderson
2017-02-13
3
-23
/
+66
*
target/openrisc: Tidy handling of delayed branches
Richard Henderson
2017-02-13
5
-35
/
+25
*
target/openrisc: Tidy ppc/npc implementation
Richard Henderson
2017-02-13
6
-55
/
+39
*
target/openrisc: Optimize l.jal to next
Richard Henderson
2017-02-13
1
-1
/
+5
*
target/openrisc: Fix madd
Richard Henderson
2017-02-13
4
-61
/
+30
*
target/openrisc: Implement muld, muldu, macu, msbu
Richard Henderson
2017-02-13
1
-0
/
+108
*
target/openrisc: Represent MACHI:MACLO as a single unit
Richard Henderson
2017-02-13
4
-61
/
+80
*
target/openrisc: Implement msync
Richard Henderson
2017-02-13
1
-0
/
+1
*
target/openrisc: Enable trap, csync, msync, psync for user mode
Richard Henderson
2017-02-13
1
-32
/
+0
*
target/openrisc: Set flags on helpers
Richard Henderson
2017-02-13
1
-12
/
+12
*
target/openrisc: Use movcond where appropriate
Richard Henderson
2017-02-13
1
-14
/
+14
*
target/openrisc: Keep SR_CY and SR_OV in a separate variables
Richard Henderson
2017-02-13
4
-89
/
+78
*
target/openrisc: Keep SR_F in a separate variable
Richard Henderson
2017-02-13
7
-74
/
+96
*
target/openrisc: Invert the decoding in dec_calc
Richard Henderson
2017-02-13
1
-207
/
+95
*
target/openrisc: Put SR[OVE] in TB flags
Richard Henderson
2017-02-13
3
-12
/
+18
*
target/openrisc: Streamline arithmetic and OVE
Richard Henderson
2017-02-13
5
-314
/
+191
*
target/openrisc: Rationalize immediate extraction
Richard Henderson
2017-02-13
1
-58
/
+40
[prev]
[next]