summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini2-8/+131
2015-05-31Add stream ID to MSI writePavel Fedin1-0/+2
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini1-1/+3
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+14
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini1-0/+12
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng1-1/+2
2015-04-26target-arm: Add user-mode transaction attributePeter Maydell1-0/+2
2015-04-26target-arm: Honour NS bits in page tablesPeter Maydell1-0/+2
2015-04-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell1-0/+67
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell1-11/+20
2015-04-26Add MemTxAttrs to the IOTLBPeter Maydell2-0/+5
2015-04-26Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell1-2/+11
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2-4/+31
2015-04-26memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2-0/+63
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-2/+2
2015-03-04pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang1-0/+1
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-8/+12
2015-02-16Convert ram_list to RCUMike Day1-4/+2
2015-02-16exec: convert ram_list to QLISTMike Day1-2/+2
2015-02-16cosmetic changes preparing for the following patchesMike Day1-0/+1
2015-02-16exec: protect mru_block with RCUPaolo Bonzini1-0/+2
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini1-0/+1
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini2-2/+3
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini1-0/+1
2015-02-12tcg: Put opcodes in a linked listRichard Henderson1-6/+16
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-0/+2
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini1-0/+1
2015-02-05cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell1-3/+25
2015-02-02memory: protect current_map by RCUPaolo Bonzini1-0/+5
2015-01-20cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedPeter Maydell1-4/+8
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell2-37/+22
2015-01-20cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell1-53/+1
2015-01-20cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell1-23/+0
2015-01-20cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell1-3/+3
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell2-39/+112
2015-01-20cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell1-26/+0
2015-01-20cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell1-15/+0
2015-01-20cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell1-9/+0
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-7/+61
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin1-0/+24
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin2-3/+13
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin1-1/+2
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin1-3/+12
2015-01-08memory: add memory_region_set_sizeMichael S. Tsirkin1-0/+10
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-3/+3
2014-12-23cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini1-2/+3
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov1-0/+1
2014-12-16Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell1-0/+7
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin1-0/+1
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin1-0/+1