aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2013-07-14exec: Support 64-bit operations in address_space_rwRichard Henderson
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil
2013-07-04exec: change some APIs to take AddressSpaceDispatchPaolo Bonzini
2013-07-04exec: remove cur_mapPaolo Bonzini
2013-07-04exec: put memory map in AddressSpaceDispatchPaolo Bonzini
2013-07-04exec: separate current radix tree from the one being builtPaolo Bonzini
2013-07-04exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini
2013-07-04exec: separate current memory map from the one being builtPaolo Bonzini
2013-07-04exec: change well-known physical sections to macrosLiu Ping Fan
2013-07-04memory: ref/unref memory across address_space_map/unmapPaolo Bonzini
2013-07-04exec: reorganize address_space_mapPaolo Bonzini
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini
2013-07-04exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini
2013-07-04exec: check MRU in qemu_ram_addr_from_hostPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04exec: simplify destruction of the phys mapPaolo Bonzini
2013-07-04memory: destroy phys_sections one by onePaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-28cpu: Introduce VMSTATE_CPU() macro for CPUStateAndreas Färber
2013-06-27linux-user: Fix compilation failurePeter Maydell
2013-06-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini
2013-06-20memory: iommu supportAvi Kivity
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-06-20exec: reorganize mem_add to match Int128 versionPaolo Bonzini
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini
2013-06-20exec: Implement subpage_read/write via address_space_rwJan Kiszka
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka
2013-06-20exec: Allow unaligned address_space_rwJan Kiszka
2013-06-20memory: move private types to exec.cPaolo Bonzini
2013-06-20memory: Introduce address_space_lookup_regionJan Kiszka
2013-06-20exec.c: address_space_translate: handle access to addr 0 of 2^64 sized regionPeter Maydell
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini
2013-05-29memory: add address_space_access_validPaolo Bonzini
2013-05-29exec: implement .valid.accepts for subpagesPaolo Bonzini
2013-05-29exec: introduce memory_access_sizePaolo Bonzini