summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add the "-semihosting-config" option.Liviu Ionescu2014-12-111-0/+6
|/
* memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov2014-11-232-1/+3
* exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell2014-11-181-0/+25
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141103' into stagingPeter Maydell2014-11-041-0/+6
|\
| * softmmu: provide softmmu access type enumLeon Alrae2014-11-031-0/+6
* | Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania2014-10-311-0/+19
|/
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-122-4/+8
|\
| * memory: add parameter errp to memory_region_init_rom_deviceHu Tao2014-09-091-1/+3
| * memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+3
| * exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao2014-09-091-2/+2
* | cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-4/+0
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-021-1/+1
|\
| * iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+1
* | implementing victim TLB for QEMU system emulated TLBXin Tong2014-09-011-2/+7
* | linux-user: /proc/self/maps contentMikhail Ilyin2014-08-221-0/+2
|/
* Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-191-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-11/+1
|\
| * memory: Use canonical path component as the namePeter Crosthwaite2014-08-181-1/+0
| * memory: constify memory_region_namePeter Crosthwaite2014-08-181-1/+1
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-9/+0
* | trace: [tcg] Include TCG-tracing helpersLluĂ­s Vilanova2014-08-123-0/+4
* | exec: fix migration with devices that use address_space_rwPaolo Bonzini2014-07-221-0/+11
|/
* memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite2014-07-011-1/+1
* memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini2014-07-011-1/+0
* memory: MemoryRegion: QOMifyPeter Crosthwaite2014-07-011-0/+6
OpenPOWER on IntegriCloud