index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
translate-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-12
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
1
-0
/
+2
2013-05-29
memory: add address_space_translate
Paolo Bonzini
1
-3
/
+3
2013-05-24
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-05-24
memory: Replace open-coded memory_region_is_romd
Jan Kiszka
1
-1
/
+1
2013-05-18
translate: remove redundantly included qemu/timer.h
liguang
1
-1
/
+0
2013-04-26
PPC: Fix compile with profiling enabled
Alexander Graf
1
-0
/
+1
2013-04-22
translate-all: fix compiler warning and linked error
Alexey Kardashevskiy
1
-0
/
+1
2013-04-15
include: avoid useless includes of exec/ headers
Paolo Bonzini
1
-3
/
+2
2013-03-22
tcg: Fix occasional TCG broken problem when ldst optimization enabled
Yeongkyoon Lee
1
-2
/
+2
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-7
/
+5
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-5
/
+5
2013-03-03
translate-all.c: Remove cpu_unlink_tb()
Peter Maydell
1
-69
/
+0
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
1
-2
/
+2
2013-02-16
cputlb: Pass CPUState to cpu_unlink_tb()
Andreas Färber
1
-4
/
+5
2013-02-16
cpu: Move current_tb field to CPUState
Andreas Färber
1
-10
/
+19
2013-02-16
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
1
-49
/
+47
2013-02-16
TCG: Final globals clean-up
Evgeny Voevodin
1
-48
/
+49
2012-12-22
translate-all.c: Use tb1->phys_hash_next directly in tb_remove
陳韋任 (Wei-Ren Chen)
1
-7
/
+5
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-3
/
+3
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
2012-12-16
exec: refactor cpu_restore_state
Blue Swirl
1
-7
/
+20
2012-12-16
exec: move TB handling to translate-all.c
Blue Swirl
1
-0
/
+1719
2012-12-08
TCG: Remove unused global gen_opc_ arrays.
Evgeny Voevodin
1
-4
/
+0
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
1
-1
/
+2
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
1
-1
/
+1
2012-11-17
TCG: Remove unused global variables
Evgeny Voevodin
1
-3
/
+0
2012-04-07
w64: Fix data type of tb_next and other variables used for host addresses
Stefan Weil
1
-3
/
+3
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-2
/
+2
2011-06-26
Delegate setup of TCG temporaries to targets
Blue Swirl
1
-2
/
+0
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
1
-2
/
+1
2011-04-20
Remove unused function parameters from gen_pc_load and rename the function
Stefan Weil
1
-1
/
+1
2010-06-09
tcg: get rid of copy_size in TCGOpDef
Aurelien Jarno
1
-16
/
+0
2010-04-08
remove TARGET_* defines from translate-all.c
Paolo Bonzini
1
-8
/
+0
2010-04-08
Shrink tb_jmp_offset to two entries, the other two are never used.
Filip Navara
1
-4
/
+0
2010-03-29
Compile qemu-timer only once
Blue Swirl
1
-0
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-01-15
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
1
-1
/
+1
2009-01-15
global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)
aliguori
1
-1
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-3
/
+3
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-07
Some cleanups after dyngen removal
aurel32
1
-2
/
+2
2008-07-18
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
ths
1
-5
/
+3
2008-06-29
Add instruction counter.
pbrook
1
-0
/
+9
2008-05-23
TCG profiler clean up
bellard
1
-25
/
+10
2008-05-12
removed unused code
bellard
1
-2
/
+0
2008-04-28
Factorize code in translate.c
aurel32
1
-95
/
+1
2008-04-08
Use a common constant for temp_buf size
blueswir1
1
-1
/
+1
2008-03-31
TCG op size estimation fix.
pbrook
1
-0
/
+1
[next]