summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* ioport: Switch dispatching to memory core layerJan Kiszka2013-07-041-27/+0
* 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/+0
* cpu: Introduce VMSTATE_CPU() macro for CPUStateAndreas Färber2013-06-281-3/+2
* 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/+2
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-3/+0
* dma: eliminate old-style IOMMU supportPaolo Bonzini2013-06-201-2/+1
* 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/+16
* Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini2013-06-201-12/+1
* 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/+47
* 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
* exec.c: address_space_translate: handle access to addr 0 of 2^64 sized regionPeter Maydell2013-06-201-1/+1
* memory: add return value to address_space_rw/read/writePaolo Bonzini2013-05-291-19/+15
* memory: propagate errors on I/O dispatchPaolo Bonzini2013-05-291-9/+12
* exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini2013-05-291-7/+1
* memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini2013-05-291-3/+9
* memory: add address_space_access_validPaolo Bonzini2013-05-291-0/+21
* exec: implement .valid.accepts for subpagesPaolo Bonzini2013-05-291-0/+20
* exec: introduce memory_access_sizePaolo Bonzini2013-05-291-10/+17
* exec: introduce memory_access_is_directPaolo Bonzini2013-05-291-17/+22
* exec: expect mr->ops to be initialized for ROMPaolo Bonzini2013-05-291-9/+0
* memory: move unassigned_mem_ops to memory.cPaolo Bonzini2013-05-291-12/+0
* memory: add address_space_translatePaolo Bonzini2013-05-291-94/+98
* memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini2013-05-291-24/+12
* exec: do not use error_mem_readPaolo Bonzini2013-05-291-14/+2
* exec: make io_mem_unassigned privatePaolo Bonzini2013-05-291-2/+2
* exec: drop useless #ifPaolo Bonzini2013-05-291-2/+0
* exec: eliminate io_mem_ramPaolo Bonzini2013-05-291-16/+2
* memory: clean up phys_page_findPaolo Bonzini2013-05-241-6/+2
* memory: limit sections in the radix tree to the actual address space sizeAvi Kivity2013-05-241-1/+12
* memory: assert that PhysPageEntry's ptr does not overflowPaolo Bonzini2013-05-241-0/+6
* exec: eliminate stq_phys_notdirtyPaolo Bonzini2013-05-241-27/+0
* exec: eliminate qemu_put_ram_ptrPaolo Bonzini2013-05-241-8/+0
* exec: remove obsolete commentPaolo Bonzini2013-05-241-6/+0
* osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini2013-05-141-6/+2
* osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2013-05-141-3/+3
* cpu: Add qemu_for_each_cpu()Michael S. Tsirkin2013-05-011-0/+10
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* exec: assert that RAMBlock size is non-zeroStefan Hajnoczi2013-03-261-0/+2
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-03-141-14/+16
|\
| * cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
| * exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-7/+0
OpenPOWER on IntegriCloud