aboutsummaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)Author
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
2015-04-28translate-all: use bitmap helpers for PageDesc's bitmapEmilio G. Cota
2015-04-27translate-all: use glib for all page descriptor allocationsEmilio G. Cota
2015-04-04target-i386: remove superfluous TARGET_HAS_SMC macroEmilio G. Cota
2015-02-10translate-all: Use g_try_malloc() for dynamic translator bufferMarkus Armbruster
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2015-01-15translate-all: Mark map_exec() with the 'unused' attributeSeokYeon Hwang
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini
2014-12-23cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini
2014-12-17Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-12-16target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin
2014-08-12trace: add some tcg tracing supportAlex Bennée
2014-06-24Fix new typos (found by codespell)Stefan Weil
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini
2014-05-24tcg-mips: Constrain the code_gen_buffer to be within one 256mb segmentRichard Henderson
2014-05-24tcg-mips: Layout executable and code_gen_bufferRichard Henderson
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson
2014-04-04page_check_range: don't bail out early after unprotecting pageAndrei Warkentin
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_unprotect_code_phys() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change tb_flush_jmp_cache() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change cpu_io_recompile() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change tb_check_watchpoint() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change cpu_restore_state_from_tb() argument to CPUStateAndreas Färber
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias
2014-01-17kvm: initialize qemu_host_page_sizeAlexey Kardashevskiy
2013-12-23cputlb: Tidy memset() of arraysRichard Henderson
2013-12-10split definitions for exec.c and translate-all.c radix treesPaolo Bonzini
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson
2013-09-20translate-all: Fix formatting of dump outputStefan Weil