aboutsummaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)Author
2016-01-14exec.c: Add cpu_get_address_space()Peter Maydell
2016-01-14exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell
2016-01-14cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell
2016-01-14exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell
2016-01-14exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-14exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2015-11-10Move page_size_init earlierDr. David Alan Gilbert
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell
2015-10-07tcg: Adjust CODE_GEN_AVG_BLOCK_SIZERichard Henderson
2015-10-07tcg: Check for overflow via highwater markRichard Henderson
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell
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-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-07-07migration: extend migration_bitmapLi Zhijian
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite
2015-06-11softmmu: Add probe_write()Yongbok Kim
2015-06-05exec: move functions to translate-all.hPaolo Bonzini
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