summaryrefslogtreecommitdiff
path: root/include/exec/cpu-all.h
AgeCommit message (Expand)Author
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-07qemu-common.h: Drop WORDS_ALIGNED definePeter Maydell
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini
2016-02-23include: Clean up includesPeter Maydell
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite
2015-06-26include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-02-16exec: protect mru_block with RCUPaolo Bonzini
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini
2014-06-19memory: reorganize file-based allocationPaolo Bonzini
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
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-07-09exec: Remove unused global variable phys_ram_fdStefan Weil
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber