summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-all.h
Commit message (Expand)AuthorAgeFilesLines
* Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2015-09-091-41/+0
* linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2015-08-241-3/+1
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-5/+0
* cpu-all: complete "real" host page size APIPeter Crosthwaite2015-07-061-0/+3
* include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite2015-06-261-0/+6
* Convert ram_list to RCUMike Day2015-02-161-4/+2
* exec: convert ram_list to QLISTMike Day2015-02-161-2/+2
* cosmetic changes preparing for the following patchesMike Day2015-02-161-0/+1
* exec: protect mru_block with RCUPaolo Bonzini2015-02-161-0/+2
* cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell2015-01-201-36/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-101-4/+8
|\
| * exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin2015-01-081-3/+6
| * exec: split length -> used_length/max_lengthMichael S. Tsirkin2015-01-081-1/+2
* | tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-0/+1
|/
* cpu: verify that block->host is setMichael S. Tsirkin2014-12-161-0/+1
* cpu: assert host pointer offset within blockMichael S. Tsirkin2014-12-161-0/+1
* exec: add wrapper for host pointer accessMichael S. Tsirkin2014-12-161-0/+5
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-2/+2
* linux-user: /proc/self/maps contentMikhail Ilyin2014-08-221-0/+2
* memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini2014-06-191-3/+0
* memory: reorganize file-based allocationPaolo Bonzini2014-06-191-3/+0
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-191-2/+0
* softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini2014-06-051-119/+0
* cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-131-3/+5
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-3/+0
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-15/+0
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-6/+0
* memory: split dirty bitmap into threeJuan Quintela2014-01-131-1/+2
* exec: Reduce ifdeffery around -mem-pathMarkus Armbruster2013-09-121-2/+0
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-2/+6
|\
| * linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf2013-07-231-2/+6
* | exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-1/+2
* | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-5/+0
* | cpu: Change cpu_single_step() argument to CPUStateAndreas Färber2013-07-231-6/+0
|/
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-101-4/+0
|\
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-1/+0
| * cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-3/+0
* | exec: Remove unused global variable phys_ram_fdStefan Weil2013-07-091-1/+0
|/
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-10/+0
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-2/+0
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-13/+0
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-2/+0
* exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-1/+0
* protect the ramlist with a separate mutexUmesh Deshpande2012-12-201-0/+9
* add a version number to ram_listUmesh Deshpande2012-12-201-0/+1
* exec: change RAM list to a TAILQPaolo Bonzini2012-12-201-2/+2
* exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini2012-12-201-0/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+522
OpenPOWER on IntegriCloud