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
/
translate-all.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-20
1
-0
/
+2
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-2
/
+0
*
translate-all: add tb hash bucket info to 'info jit' dump
Emilio G. Cota
2016-06-12
1
-0
/
+36
*
tb hash: track translated blocks with qht
Emilio G. Cota
2016-06-12
1
-47
/
+38
*
tb hash: hash phys_pc, pc, and flags with xxhash
Emilio G. Cota
2016-06-12
1
-5
/
+5
*
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-06-09
1
-2
/
+2
*
user-exec: Push resume-from-signal code out to handle_cpu_signal()
Peter Maydell
2016-06-09
1
-4
/
+8
*
translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()
Peter Maydell
2016-06-09
1
-11
/
+15
*
memory: remove unnecessary masking of MemoryRegion ram_addr
Paolo Bonzini
2016-05-23
1
-2
/
+1
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
2016-05-13
1
-18
/
+2
*
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2016-05-13
1
-4
/
+1
*
tcg: code_bitmap and code_write_count are not used by user-mode emulation
Paolo Bonzini
2016-05-13
1
-3
/
+8
*
tcg: Clean up tb_jmp_unlink()
Sergey Fedorov
2016-05-13
1
-12
/
+9
*
tcg: Extract removing of jumps to TB from tb_phys_invalidate()
Sergey Fedorov
2016-05-13
1
-18
/
+26
*
tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()
Sergey Fedorov
2016-05-13
1
-3
/
+4
*
tcg: Init TB's direct jumps before making it visible
Sergey Fedorov
2016-05-13
1
-13
/
+19
*
tcg: Rearrange tb_link_page() to avoid forward declaration
Sergey Fedorov
2016-05-13
1
-103
/
+101
*
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
2016-05-13
1
-18
/
+20
*
tcg: Clean up direct block chaining data fields
Sergey Fedorov
2016-05-13
1
-24
/
+27
*
translate-all: Adjust 256mb testing for mips64
Richard Henderson
2016-05-13
1
-2
/
+2
*
translate-all: add missing munmap of the code_gen guard page for MIPS
Emilio G. Cota
2016-05-13
1
-2
/
+2
*
translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size
Emilio G. Cota
2016-05-13
1
-1
/
+0
*
tcg/ppc: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-13
1
-0
/
+2
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
1
-5
/
+5
*
translate-all: add missing fold of tb_ctx into tcg_ctx
Emilio G. Cota
2016-04-08
1
-1
/
+2
*
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
2016-03-22
1
-1
/
+2
*
tcg: pass down TranslationBlock to tcg_code_gen
Alex Bennée
2016-03-22
1
-1
/
+1
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-02-03
1
-0
/
+1
*
exec: Clean up includes
Peter Maydell
2016-01-29
1
-8
/
+1
*
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini
2015-12-02
1
-3
/
+3
*
cpu-exec: allow temporary disabling icount
Pavel Dovgalyuk
2015-11-05
1
-1
/
+1
*
tcg/ppc: Revise goto_tb implementation
Richard Henderson
2015-10-19
1
-0
/
+2
*
tcg: Check for overflow via highwater mark
Richard Henderson
2015-10-07
1
-5
/
+26
*
tcg: Allocate a guard page after code_gen_buffer
Richard Henderson
2015-10-07
1
-91
/
+119
*
tcg: Emit prologue to the beginning of code_gen_buffer
Richard Henderson
2015-10-07
1
-19
/
+9
*
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
2015-10-07
1
-40
/
+110
*
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
2015-10-07
1
-1
/
+1
*
tcg: Merge cpu_gen_code into tb_gen_code
Richard Henderson
2015-10-07
1
-72
/
+59
*
translate: move real_host_page setting to -common
Peter Crosthwaite
2015-09-16
1
-2
/
+0
*
translate-all: Move tcg_handle_interrupt() to -common
Peter Crosthwaite
2015-09-16
1
-30
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-22
/
+63
|
\
|
*
cpu-exec: fix lock hierarchy for user-mode emulation
Paolo Bonzini
2015-09-09
1
-4
/
+2
|
*
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
2015-09-09
1
-5
/
+0
|
*
tcg: comment on which functions have to be called with mmap_lock held
Paolo Bonzini
2015-09-09
1
-7
/
+22
|
*
tcg: add memory barriers in page_find_alloc accesses
Paolo Bonzini
2015-09-09
1
-4
/
+4
|
*
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
1
-0
/
+34
|
*
translate-all: remove obsolete comment about l1_map
Emilio G. Cota
2015-09-09
1
-2
/
+1
*
|
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
2015-09-11
1
-4
/
+2
|
/
*
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-08-24
1
-1
/
+1
[next]