aboutsummaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)Author
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-05-12tcg: code_bitmap and code_write_count are not used by user-mode emulationPaolo Bonzini
2016-05-12tcg: Clean up tb_jmp_unlink()Sergey Fedorov
2016-05-12tcg: Extract removing of jumps to TB from tb_phys_invalidate()Sergey Fedorov
2016-05-12tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()Sergey Fedorov
2016-05-12tcg: Init TB's direct jumps before making it visibleSergey Fedorov
2016-05-12tcg: Rearrange tb_link_page() to avoid forward declarationSergey Fedorov
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12translate-all: Adjust 256mb testing for mips64Richard Henderson
2016-05-12translate-all: add missing munmap of the code_gen guard page for MIPSEmilio G. Cota
2016-05-12translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_sizeEmilio G. Cota
2016-05-12tcg/ppc: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-04-08translate-all: add missing fold of tb_ctx into tcg_ctxEmilio G. Cota
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée
2016-03-22tcg: pass down TranslationBlock to tcg_code_genAlex Bennée
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29exec: Clean up includesPeter Maydell
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk
2015-10-19tcg/ppc: Revise goto_tb implementationRichard Henderson
2015-10-07tcg: Check for overflow via highwater markRichard Henderson
2015-10-07tcg: Allocate a guard page after code_gen_bufferRichard Henderson
2015-10-07tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson
2015-09-16translate: move real_host_page setting to -commonPeter Crosthwaite
2015-09-16translate-all: Move tcg_handle_interrupt() to -commonPeter Crosthwaite
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-09cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-09-09tcg: comment on which functions have to be called with mmap_lock heldPaolo Bonzini
2015-09-09tcg: add memory barriers in page_find_alloc accessesPaolo Bonzini
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-09translate-all: remove obsolete comment about l1_mapEmilio G. Cota
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite
2015-06-17translate-all: fix watchpoints if retranslation not possibleAurelien Jarno
2015-06-05translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...Paolo Bonzini
2015-06-05cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini