summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin1-0/+5
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk1-0/+1
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu1-0/+6
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2-1/+3
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell1-0/+25
2014-11-04Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141103' into stagingPeter Maydell1-0/+6
2014-11-03softmmu: provide softmmu access type enumLeon Alrae1-0/+6
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania1-0/+19
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin1-2/+2
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-4/+8
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-4/+0
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao1-1/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+3