aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
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-09exec: Remove unused global variable phys_ram_fdStefan Weil
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-04memory: move MemoryListener declaration earlierPaolo Bonzini
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo 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-04memory: introduce memory_region_presentPaolo Bonzini
2013-07-04memory: add ref/unrefPaolo Bonzini
2013-07-04memory: add getter for ownerPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04ioport: Move portio types to ioport.hJan Kiszka
2013-07-04ioport: Remove unused old dispatching servicesJan Kiszka
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka
2013-07-04isa: implement isa_is_ioport_assigned via memory_region_findJan Kiszka
2013-07-04Privatize register_ioport_read/writeJan Kiszka
2013-06-28hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber
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-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson
2013-06-20memory: iommu supportAvi Kivity
2013-06-20memory: make section size a 128-bit integerPaolo 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: Resolve subpages in one step except for IOTLB fillsJan Kiszka
2013-06-20memory: move private types to exec.cPaolo Bonzini
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana
2013-06-05tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITSRichard Henderson
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: add address_space_access_validPaolo Bonzini
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini
2013-05-29memory: add address_space_translatePaolo Bonzini
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini