summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2013-07-27exec: Remove env from list of poisoned namesStefan Weil1-1/+0
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber1-0/+8
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-0/+37
2013-07-26Merge remote-tracking branch 'rth/tcg-next' into stagingAnthony Liguori2-2/+14
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2-3/+7
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf1-2/+6
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber1-1/+1
2013-07-23cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber1-2/+0
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2-9/+12
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-5/+0
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-1/+1
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber1-1/+1
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber1-6/+0
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-1/+0
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-1/+1
2013-07-15Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-nextRichard Henderson1-0/+14
2013-07-15tcg: Remove temp_bufRichard Henderson1-2/+0
2013-07-15tcg/aarch64: Implement tlb lookup fast pathJani Kokkonen1-0/+14
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2-5/+0
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2-2/+0
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-3/+0
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil1-1/+0
2013-07-04exec: separate current radix tree from the one being builtPaolo Bonzini1-0/+1
2013-07-04exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini1-0/+2
2013-07-04memory: move MemoryListener declaration earlierPaolo Bonzini1-33/+33
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