aboutsummaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)Author
2015-04-26Add MemTxAttrs to the IOTLBPeter Maydell
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini
2014-12-23cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-06-23tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini
2014-06-05softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson
2014-05-13exec-all.h: Use stl_le_p instead of stl_p patching x86Richard Henderson
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