aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
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
2013-05-29exec: introduce memory_access_is_directPaolo Bonzini
2013-05-29exec: expect mr->ops to be initialized for ROMPaolo Bonzini
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini
2013-05-29memory: add address_space_translatePaolo Bonzini
2013-05-29memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini
2013-05-29exec: do not use error_mem_readPaolo Bonzini
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini
2013-05-29exec: drop useless #ifPaolo Bonzini
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini
2013-05-24memory: clean up phys_page_findPaolo Bonzini
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity
2013-05-24memory: assert that PhysPageEntry's ptr does not overflowPaolo Bonzini
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini
2013-05-24exec: remove obsolete commentPaolo Bonzini
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-26exec: assert that RAMBlock size is non-zeroStefan Hajnoczi
2013-03-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-03-12exec: make -mem-path filenames deterministicPeter Feiner
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-12cpu: Register VMStateDescription through CPUStateAndreas Färber
2013-03-12cpu: Fix qemu_get_cpu() to return NULL if CPU not foundIgor Mammedov
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber