Sign in
qemu
/
qemu
/
ed50ff7875d61a75517c92deb0444d73fbbca878
/
translate-all.c
508127e
log: do not unnecessarily include qom/cpu.h
by Paolo Bonzini
· 9 years ago
7b31bbc
exec: Clean up includes
by Peter Maydell
· 9 years ago
0c2d70c
translate-all: ensure host page mask is always extended with 1's
by Paolo Bonzini
· 9 years ago
56c0269
cpu-exec: allow temporary disabling icount
by Pavel Dovgalyuk
· 9 years ago
5bfd75a
tcg/ppc: Revise goto_tb implementation
by Richard Henderson
· 9 years ago
b125f9d
tcg: Check for overflow via highwater mark
by Richard Henderson
· 9 years ago
f293709
tcg: Allocate a guard page after code_gen_buffer
by Richard Henderson
· 9 years ago
8163b74
tcg: Emit prologue to the beginning of code_gen_buffer
by Richard Henderson
· 9 years ago
fca8a50
tcg: Save insn data and use it in cpu_restore_state_from_tb
by Richard Henderson
· 9 years ago
bad729e
tcg: Pass data argument to restore_state_to_opc
by Richard Henderson
· 9 years ago
fec88f6
tcg: Merge cpu_gen_code into tb_gen_code
by Richard Henderson
· 9 years ago
5f12a78
translate: move real_host_page setting to -common
by Peter Crosthwaite
· 9 years ago
9b68a77
translate-all: Move tcg_handle_interrupt() to -common
by Peter Crosthwaite
· 9 years ago
a2aa09e
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
012aef0
maint: avoid useless "if (foo) free(foo)" pattern
by Markus Armbruster
· 9 years ago
9fd1a94
cpu-exec: fix lock hierarchy for user-mode emulation
by Paolo Bonzini
· 9 years ago
8fd19e6
exec: make mmap_lock/mmap_unlock globally available
by Paolo Bonzini
· 9 years ago
7569208
tcg: comment on which functions have to be called with mmap_lock held
by Paolo Bonzini
· 9 years ago
6940fab
tcg: add memory barriers in page_find_alloc accesses
by Paolo Bonzini
· 9 years ago
677ef62
replace spinlock by QemuMutex.
by KONRAD Frederic
· 9 years ago
d1142fb
translate-all: remove obsolete comment about l1_map
by Emilio G. Cota
· 9 years ago
4cbea59
linux-user: remove --enable-guest-base/--disable-guest-base
by Laurent Vivier
· 9 years ago
414b15c
exec: drop cpu_can_do_io, just read cpu->can_do_io
by Paolo Bonzini
· 10 years ago
02d57ea
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
by Sergey Fedorov
· 10 years ago
bbd77c1
translate-all: Change tb_flush() env argument to cpu
by Peter Crosthwaite
· 10 years ago
4e51361
cpu-all: complete "real" host page size API
by Peter Crosthwaite
· 10 years ago
e1b8932
include/exec: Move tb hash functions out
by Peter Crosthwaite
· 10 years ago
8d302e7
translate-all: fix watchpoints if retranslation not possible
by Aurelien Jarno
· 10 years ago
fc377bc
translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_write_access
by Paolo Bonzini
· 10 years ago
9564f52
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
by Paolo Bonzini
· 10 years ago
3586533
translate-all: remove unnecessary argument to tb_invalidate_phys_range
by Paolo Bonzini
· 10 years ago
41063e1
exec: move rcu_read_lock/unlock to address_space_translate callers
by Paolo Bonzini
· 10 years ago
510a647
translate-all: use bitmap helpers for PageDesc's bitmap
by Emilio G. Cota
· 10 years ago
e3a0abf
translate-all: use glib for all page descriptor allocations
by Emilio G. Cota
· 10 years ago
9c04146
target-i386: remove superfluous TARGET_HAS_SMC macro
by Emilio G. Cota
· 10 years ago
8b98ade
translate-all: Use g_try_malloc() for dynamic translator buffer
by Markus Armbruster
· 10 years ago
ec53b45
exec.c: Drop TARGET_HAS_ICE define and checks
by Peter Maydell
· 10 years ago
2d8ac5e
translate-all: Mark map_exec() with the 'unused' attribute
by SeokYeon Hwang
· 10 years ago
bd79255
translate: check cflags instead of use_icount global
by Paolo Bonzini
· 10 years ago
0266359
cpu-exec: add a new CF_USE_ICOUNT cflag
by Paolo Bonzini
· 10 years ago
86b182a
Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging
by Peter Maydell
· 10 years ago
246ae24
tcg: add separate monitor command to dump opcode counters
by Max Filippov
· 10 years ago
c357747
target-mips: Correct MIPS16/microMIPS branch size calculation
by Maciej W. Rozycki
· 10 years ago
d8a499f
cpu-exec: invalidate nocache translation if they are interrupted
by Pavel Dovgalyuk
· 10 years ago
1a1c4db
translate-all.c: memory walker initial address miscalculation
by Mikhail Ilyin
· 10 years ago
6db8b53
trace: add some tcg tracing support
by Alex Bennée
· 10 years ago
5d831be
Fix new typos (found by codespell)
by Stefan Weil
· 11 years ago
3818331
memory: move preallocation code out of exec.c
by Paolo Bonzini
· 11 years ago
483c76e
tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment
by Richard Henderson
· 11 years ago
479eb12
tcg-mips: Layout executable and code_gen_buffer
by Richard Henderson
· 11 years ago
1813e17
tcg: Define tcg_insn_unit for code pointers
by Richard Henderson
· 11 years ago
cd7ccc8
page_check_range: don't bail out early after unprotecting page
by Andrei Warkentin
· 11 years ago
a47dddd
exec: Change cpu_abort() argument to CPUState
by Andreas Färber
· 11 years ago
baea4fa
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
by Andreas Färber
· 11 years ago
0ea8cb8
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
by Andreas Färber
· 11 years ago
611d4f9
translate-all: Change tb_flush_jmp_cache() argument to CPUState
by Andreas Färber
· 11 years ago
648f034
translate-all: Change tb_gen_code() argument to CPUState
by Andreas Färber
· 11 years ago
90b40a6
translate-all: Change cpu_io_recompile() argument to CPUState
by Andreas Färber
· 11 years ago
239c51a
translate-all: Change tb_check_watchpoint() argument to CPUState
by Andreas Färber
· 11 years ago
74f1051
translate-all: Change cpu_restore_state_from_tb() argument to CPUState
by Andreas Färber
· 11 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 11 years ago
8cd7043
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
28ecfd7
cpu: Move icount_decr field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
99df7dc
cpu: Move can_do_io field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
93afead
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
29d8ec7
exec: Make tb_invalidate_phys_addr input an AS
by Edgar E. Iglesias
· 11 years ago
47c16ed
kvm: initialize qemu_host_page_size
by Alexey Kardashevskiy
· 11 years ago
eb2535f
cputlb: Tidy memset() of arrays
by Richard Henderson
· 11 years ago
03f4995
split definitions for exec.c and translate-all.c radix trees
by Paolo Bonzini
· 11 years ago
dbdbe0c
exec: Delete is_tcg_gen_code and GETRA_EXT
by Richard Henderson
· 11 years ago
227b817
translate-all: Fix formatting of dump output
by Stefan Weil
· 11 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
d02532f
linux-user: Unlock mmap_lock when resuming guest from page_unprotect
by Alexander Graf
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
4917cf4
cpu: Replace cpu_single_env with CPUState current_cpu
by Andreas Färber
· 12 years ago
5c8a00c
exec: return MemoryRegion from address_space_translate
by Paolo Bonzini
· 12 years ago
4a136e0
tcg/aarch64: implement new TCG target for aarch64
by Claudio Fontana
· 12 years ago
149f54b
memory: add address_space_translate
by Paolo Bonzini
· 12 years ago
fd469df
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
4b81126
memory: Replace open-coded memory_region_is_romd
by Jan Kiszka
· 12 years ago
7bc9315
translate: remove redundantly included qemu/timer.h
by liguang
· 12 years ago
c8ff5da
PPC: Fix compile with profiling enabled
by Alexander Graf
· 12 years ago
0aa0989
translate-all: fix compiler warning and linked error
by Alexey Kardashevskiy
· 12 years ago
0bc3cd6
include: avoid useless includes of exec/ headers
by Paolo Bonzini
· 12 years ago
52ae646
tcg: Fix occasional TCG broken problem when ldst optimization enabled
by Yeongkyoon Lee
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
3a808cc
translate-all.c: Remove cpu_unlink_tb()
by Peter Maydell
· 12 years ago
378df4b
Handle CPU interrupts by inline checking of a flag
by Peter Maydell
· 12 years ago
907a5e3
cputlb: Pass CPUState to cpu_unlink_tb()
by Andreas Färber
· 12 years ago
d77953b
cpu: Move current_tb field to CPUState
by Andreas Färber
· 12 years ago
5e5f07e
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
by Evgeny Voevodin
· 12 years ago
0b0d332
TCG: Final globals clean-up
by Evgeny Voevodin
· 12 years ago
0c884d1
translate-all.c: Use tb1->phys_hash_next directly in tb_remove
by 陳韋任 (Wei-Ren Chen)
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
5b6dd86
exec: move TB handling to translate-all.c
by Blue Swirl
· 12 years ago
94788f5
TCG: Remove unused global gen_opc_ arrays.
by Evgeny Voevodin
· 12 years ago
Next »