aboutsummaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)Author
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
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-23linux-user: Unlock mmap_lock when resuming guest from page_unprotectAlexander Graf
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana
2013-05-29memory: add address_space_translatePaolo Bonzini
2013-05-24Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-05-24memory: Replace open-coded memory_region_is_romdJan Kiszka
2013-05-18translate: remove redundantly included qemu/timer.hliguang
2013-04-26PPC: Fix compile with profiling enabledAlexander Graf
2013-04-22translate-all: fix compiler warning and linked errorAlexey Kardashevskiy
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-03-22tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03translate-all.c: Remove cpu_unlink_tb()Peter Maydell
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-16TCG: Final globals clean-upEvgeny Voevodin
2012-12-22translate-all.c: Use tb1->phys_hash_next directly in tb_remove陳韋任 (Wei-Ren Chen)
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl