summaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Move page_size_init earlierDr. David Alan Gilbert1-1/+0
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk1-0/+1
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini1-6/+0
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell1-1/+1
2015-10-07tcg: Adjust CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-5/+6
2015-10-07tcg: Check for overflow via highwater markRichard Henderson1-6/+0
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-1/+0
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson1-0/+1
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-1/+1
2015-10-07tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson1-2/+0
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite1-0/+18
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+11
2015-09-11cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk1-0/+1
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini1-0/+6
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-2/+2
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini1-2/+2
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini1-0/+1
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite1-5/+1
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell1-0/+47
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini1-21/+0
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov1-0/+2
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-07-07migration: extend migration_bitmapLi Zhijian1-0/+3
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite1-20/+0
2015-06-11softmmu: Add probe_write()Yongbok Kim1-0/+2
2015-06-05exec: move functions to translate-all.hPaolo Bonzini1-5/+1
2015-04-26Add MemTxAttrs to the IOTLBPeter Maydell1-0/+3
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell1-4/+0
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini1-0/+1
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini1-1/+2
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini1-0/+1
2014-12-23cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini1-2/+3
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk1-0/+1
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-1/+1
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-4/+0
2014-06-23tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson1-1/+1
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini1-25/+0
2014-06-05softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPEPaolo Bonzini1-2/+2
2014-06-05softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.hPaolo Bonzini1-0/+2
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson1-2/+2
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson1-0/+9
2014-05-13exec-all.h: Use stl_le_p instead of stl_p patching x86Richard Henderson1-1/+1
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson1-1/+1
2014-05-12exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell1-1/+1
2014-03-17exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell1-1/+1
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-2/+2
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-2/+2