summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-302-1/+14
|\
| * memory: add memory_region_ram_resizePaolo Bonzini2015-04-271-0/+12
| * dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng2015-04-271-1/+2
* | target-arm: Add user-mode transaction attributePeter Maydell2015-04-261-0/+2
* | target-arm: Honour NS bits in page tablesPeter Maydell2015-04-261-0/+2
* | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-261-0/+67
* | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-11/+20
* | Add MemTxAttrs to the IOTLBPeter Maydell2015-04-262-0/+5
* | Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell2015-04-261-2/+11
* | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-262-4/+31
* | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-262-0/+63
|/
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-2/+2
* pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang2015-03-041-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-02-243-8/+12
|\
| * 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
| * exec: RCUify AddressSpaceDispatchPaolo Bonzini2015-02-161-0/+1
| * exec: make iotlb RCU-friendlyPaolo Bonzini2015-02-162-2/+3
| * exec: introduce cpu_reload_memory_mapPaolo Bonzini2015-02-161-0/+1
* | tcg: Put opcodes in a linked listRichard Henderson2015-02-121-6/+16
* | tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-0/+2
|/
* memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini2015-02-101-0/+1
* cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell2015-02-051-3/+25
* memory: protect current_map by RCUPaolo Bonzini2015-02-021-0/+5
* cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedPeter Maydell2015-01-201-4/+8
* cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell2015-01-202-37/+22
* cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell2015-01-201-53/+1
* cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell2015-01-201-23/+0
* cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell2015-01-201-3/+3
* cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell2015-01-202-39/+112
* cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell2015-01-201-26/+0
* cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell2015-01-201-15/+0
* cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell2015-01-201-9/+0
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-103-7/+61
|\
| * memory: API to allocate resizeable RAM MRMichael S. Tsirkin2015-01-081-0/+24
| * exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin2015-01-082-3/+13
| * exec: split length -> used_length/max_lengthMichael S. Tsirkin2015-01-081-1/+2
| * exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin2015-01-081-3/+12
| * memory: add memory_region_set_sizeMichael S. Tsirkin2015-01-081-0/+10
* | gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-3/+3
* | cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini2014-12-231-2/+3
* | tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-0/+1
|/
* Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell2014-12-161-0/+7
|\
| * 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
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-151-0/+1
|\ \ | |/ |/|
| * cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk2014-12-151-0/+1
OpenPOWER on IntegriCloud