aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2015-02-05cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell
2015-02-02memory: protect current_map by RCUPaolo Bonzini
2015-01-20cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedpull-misc-20150120Peter Maydell
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell
2015-01-20cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell
2015-01-20cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell
2015-01-20cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell
2015-01-20cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell
2015-01-20cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell
2015-01-20cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin
2015-01-08memory: add memory_region_set_sizeMichael S. Tsirkin
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini
2014-12-23cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-12-16Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell
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-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell
2014-11-04Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141103' into stagingPeter Maydell
2014-11-03softmmu: provide softmmu access type enumLeon Alrae
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-09exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-01implementing victim TLB for QEMU system emulated TLBXin Tong
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: Use canonical path component as the namePeter Crosthwaite
2014-08-18memory: constify memory_region_namePeter Crosthwaite
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-12trace: [tcg] Include TCG-tracing helpersLluĂ­s Vilanova
2014-07-22exec: fix migration with devices that use address_space_rwPaolo Bonzini
2014-07-01memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite