summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-0/+4
|\
| * linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf2013-07-231-0/+4
* | exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-3/+3
* | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-9/+11
* | cpu: Change cpu_single_step() argument to CPUStateAndreas Färber2013-07-231-2/+2
* | cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-4/+6
|/
* exec: fix incorrect assumptions in memory_access_sizePaolo Bonzini2013-07-181-8/+1Star
* exec.c: Pass correct pointer type to qemu_ram_ptr_lengthPeter Maydell2013-07-181-1/+1
* exec: Support 64-bit operations in address_space_rwRichard Henderson2013-07-141-12/+56
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-101-29/+28Star
|\
| * log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-1/+1
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-23/+20Star
| * cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-5/+7
* | Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster2013-07-091-8/+4Star
* | exec: Remove unused global variable phys_ram_fdStefan Weil2013-07-091-1/+0Star
|/
* exec: change some APIs to take AddressSpaceDispatchPaolo Bonzini2013-07-041-6/+5Star
* exec: remove cur_mapPaolo Bonzini2013-07-041-5/+7
* exec: put memory map in AddressSpaceDispatchPaolo Bonzini2013-07-041-11/+17
* exec: separate current radix tree from the one being builtPaolo Bonzini2013-07-041-7/+16
* exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini2013-07-041-8/+9
* exec: separate current memory map from the one being builtPaolo Bonzini2013-07-041-40/+63
* exec: change well-known physical sections to macrosLiu Ping Fan2013-07-041-14/+20
* memory: ref/unref memory across address_space_map/unmapPaolo Bonzini2013-07-041-3/+12
* exec: reorganize address_space_mapPaolo Bonzini2013-07-041-33/+38
* memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini2013-07-041-15/+22
* exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini2013-07-041-14/+5Star
* exec: check MRU in qemu_ram_addr_from_hostPaolo Bonzini2013-07-041-2/+10
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+3
* exec: simplify destruction of the phys mapPaolo Bonzini2013-07-041-33/+1Star
* memory: destroy phys_sections one by onePaolo Bonzini2013-07-041-14/+13Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-7/+7
* ioport: Switch dispatching to memory core layerJan Kiszka2013-07-041-27/+0Star
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-1/+2
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-8/+0Star
* cpu: Introduce VMSTATE_CPU() macro for CPUStateAndreas Färber2013-06-281-3/+2Star
* linux-user: Fix compilation failurePeter Maydell2013-06-271-1/+1
* rdma: introduce qemu_ram_foreach_block()Michael R. Hines2013-06-271-0/+9
* memory: give name to every AddressSpaceAlexey Kardashevskiy2013-06-201-4/+2Star
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-3/+0Star
* dma: eliminate old-style IOMMU supportPaolo Bonzini2013-06-201-2/+1Star
* memory: iommu supportAvi Kivity2013-06-201-2/+33
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-16/+21
* exec: reorganize mem_add to match Int128 versionPaolo Bonzini2013-06-201-23/+16Star
* Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini2013-06-201-12/+1Star
* exec: return MemoryRegion from address_space_translatePaolo Bonzini2013-06-201-75/+75
* exec: Implement subpage_read/write via address_space_rwJan Kiszka2013-06-201-78/+47Star
* exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka2013-06-201-13/+36
* exec: Allow unaligned address_space_rwJan Kiszka2013-06-201-6/+6
* memory: move private types to exec.cPaolo Bonzini2013-06-201-0/+16
* memory: Introduce address_space_lookup_regionJan Kiszka2013-06-201-1/+7