summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini1-1/+3
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini1-1/+1
2013-07-04exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini1-1/+0
2013-07-04memory: introduce memory_region_presentPaolo Bonzini1-0/+12
2013-07-04memory: add ref/unrefPaolo Bonzini1-0/+30
2013-07-04memory: add getter for ownerPaolo Bonzini1-0/+7
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-0/+17
2013-07-04ioport: Move portio types to ioport.hJan Kiszka2-19/+11
2013-07-04ioport: Remove unused old dispatching servicesJan Kiszka3-45/+0
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka3-7/+1
2013-07-04isa: implement isa_is_ioport_assigned via memory_region_findJan Kiszka1-1/+0
2013-07-04Privatize register_ioport_read/writeJan Kiszka1-4/+0
2013-06-28hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber4-4/+6
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber1-1/+1
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-10/+0
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-2/+0
2013-06-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines1-0/+5
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-2/+4
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson1-0/+32
2013-06-20memory: iommu supportAvi Kivity1-4/+62
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-1/+4
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini1-3/+0
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini1-4/+4
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka1-0/+4
2013-06-20memory: move private types to exec.cPaolo Bonzini1-15/+0
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori1-1/+4
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana1-1/+4
2013-06-05tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITSRichard Henderson1-1/+1
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini1-3/+9
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini2-4/+6
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini1-23/+1
2013-05-29memory: add address_space_access_validPaolo Bonzini1-0/+15
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini1-0/+3
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini1-0/+2
2013-05-29memory: add address_space_translatePaolo Bonzini2-24/+19
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini2-9/+2
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini2-3/+2
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity1-0/+3
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini1-4/+3
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-11/+11
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini1-9/+19
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini2-2/+0
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini2-2/+1
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini1-1/+0
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson1-0/+17
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2-2/+10
2013-04-18elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2-10/+18
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2-2/+9
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2-2/+7
2013-04-15exec: remove useless declarations from memory-internal.hPaolo Bonzini1-6/+0