summaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-02qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota1-31/+39
2016-07-08translate-all: Fix user-mode self-modifying code in 2 page long TBStanislav Shmarov1-5/+5
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova1-0/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-2/+0
2016-06-11translate-all: add tb hash bucket info to 'info jit' dumpEmilio G. Cota1-0/+36
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota1-47/+38
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota1-5/+5
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-2/+2
2016-06-09user-exec: Push resume-from-signal code out to handle_cpu_signal()Peter Maydell1-4/+8
2016-06-09translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()Peter Maydell1-11/+15
2016-05-23memory: remove unnecessary masking of MemoryRegion ram_addrPaolo Bonzini1-2/+1
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-18/+2
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov1-4/+1
2016-05-12tcg: code_bitmap and code_write_count are not used by user-mode emulationPaolo Bonzini1-3/+8
2016-05-12tcg: Clean up tb_jmp_unlink()Sergey Fedorov1-12/+9
2016-05-12tcg: Extract removing of jumps to TB from tb_phys_invalidate()Sergey Fedorov1-18/+26
2016-05-12tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()Sergey Fedorov1-3/+4
2016-05-12tcg: Init TB's direct jumps before making it visibleSergey Fedorov1-13/+19
2016-05-12tcg: Rearrange tb_link_page() to avoid forward declarationSergey Fedorov1-103/+101
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov1-18/+20
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-24/+27
2016-05-12translate-all: Adjust 256mb testing for mips64Richard Henderson1-2/+2
2016-05-12translate-all: add missing munmap of the code_gen guard page for MIPSEmilio G. Cota1-2/+2
2016-05-12translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_sizeEmilio G. Cota1-1/+0
2016-05-12tcg/ppc: Make direct jump patching thread-safeSergey Fedorov1-0/+2
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-5/+5
2016-04-08translate-all: add missing fold of tb_ctx into tcg_ctxEmilio G. Cota1-1/+2
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée1-1/+2
2016-03-22tcg: pass down TranslationBlock to tcg_code_genAlex Bennée1-1/+1
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29exec: Clean up includesPeter Maydell1-8/+1
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-3/+3
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk1-1/+1
2015-10-19tcg/ppc: Revise goto_tb implementationRichard Henderson1-0/+2
2015-10-07tcg: Check for overflow via highwater markRichard Henderson1-5/+26
2015-10-07tcg: Allocate a guard page after code_gen_bufferRichard Henderson1-91/+119
2015-10-07tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson1-19/+9
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson1-40/+110
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-1/+1
2015-10-07tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson1-72/+59
2015-09-16translate: move real_host_page setting to -commonPeter Crosthwaite1-2/+0
2015-09-16translate-all: Move tcg_handle_interrupt() to -commonPeter Crosthwaite1-30/+0
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-22/+63
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-09-09cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini1-4/+2
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini1-5/+0
2015-09-09tcg: comment on which functions have to be called with mmap_lock heldPaolo Bonzini1-7/+22
2015-09-09tcg: add memory barriers in page_find_alloc accessesPaolo Bonzini1-4/+4
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-0/+34