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
*
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
*
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
1
-1
/
+2
*
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
2015-08-06
1
-0
/
+8
*
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
2015-07-09
1
-4
/
+2
*
cpu-all: complete "real" host page size API
Peter Crosthwaite
2015-07-06
1
-0
/
+2
*
include/exec: Move tb hash functions out
Peter Crosthwaite
2015-06-26
1
-0
/
+1
*
translate-all: fix watchpoints if retranslation not possible
Aurelien Jarno
2015-06-17
1
-5
/
+15
*
translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...
Paolo Bonzini
2015-06-05
1
-9
/
+6
*
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
2015-06-05
1
-1
/
+1
*
translate-all: remove unnecessary argument to tb_invalidate_phys_range
Paolo Bonzini
2015-06-05
1
-3
/
+2
*
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-04-30
1
-0
/
+3
[next]