summaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)Author
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson
2014-05-12exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell
2014-03-17exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush_page() 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_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 cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias
2014-02-11exec: Make iotlb_to_region input an ASEdgar E. Iglesias
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias
2014-01-17kvm: initialize qemu_host_page_sizeAlexey Kardashevskiy
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson
2013-10-10tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson
2013-07-15tcg/aarch64: Implement tlb lookup fast pathJani Kokkonen
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson
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-01-19tci: Fix broken build (regression)Stefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini