summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov1-2/+4
2013-09-24exec: check offset_within_address_space for register subpageHu Tao1-1/+1
2013-09-24memory: Provide separate handling of unassigned io ports accessesJan Kiszka1-1/+2
2013-09-24exec: always use MADV_DONTFORKAndrea Arcangeli1-0/+1
2013-09-24exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini1-0/+3
2013-07-31cpu: Fix VMSTATE_CPU() semanticsAndreas Färber1-1/+4
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil1-3/+2
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-0/+4
2013-07-23linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf1-0/+4
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-3/+3
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-9/+11
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber1-2/+2
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-4/+6
2013-07-18exec: fix incorrect assumptions in memory_access_sizePaolo Bonzini1-8/+1
2013-07-18exec.c: Pass correct pointer type to qemu_ram_ptr_lengthPeter Maydell1-1/+1
2013-07-14exec: Support 64-bit operations in address_space_rwRichard Henderson1-12/+56
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-29/+28
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-1/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-23/+20
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-5/+7
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster1-8/+4
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil1-1/+0
2013-07-04exec: change some APIs to take AddressSpaceDispatchPaolo Bonzini1-6/+5
2013-07-04exec: remove cur_mapPaolo Bonzini1-5/+7
2013-07-04exec: put memory map in AddressSpaceDispatchPaolo Bonzini1-11/+17
2013-07-04exec: separate current radix tree from the one being builtPaolo Bonzini1-7/+16
2013-07-04exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini1-8/+9
2013-07-04exec: separate current memory map from the one being builtPaolo Bonzini1-40/+63
2013-07-04exec: change well-known physical sections to macrosLiu Ping Fan1-14/+20
2013-07-04memory: ref/unref memory across address_space_map/unmapPaolo Bonzini1-3/+12
2013-07-04exec: reorganize address_space_mapPaolo Bonzini1-33/+38
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini1-15/+22
2013-07-04exec: move qemu_ram_addr_from_host_nofail to cputlb.cPaolo Bonzini1-14/+5
2013-07-04exec: check MRU in qemu_ram_addr_from_hostPaolo Bonzini1-2/+10
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+3
2013-07-04exec: simplify destruction of the phys mapPaolo Bonzini1-33/+1
2013-07-04memory: destroy phys_sections one by onePaolo Bonzini1-14/+13
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-7/+7
2013-07-04ioport: Switch dispatching to memory core layerJan Kiszka1-27/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+2
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-8/+0
2013-06-28cpu: Introduce VMSTATE_CPU() macro for CPUStateAndreas Färber1-3/+2
2013-06-27linux-user: Fix compilation failurePeter Maydell1-1/+1
2013-06-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines1-0/+9
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-4/+2
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-3/+0
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini1-2/+1
2013-06-20memory: iommu supportAvi Kivity1-2/+33
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-16/+21
2013-06-20exec: reorganize mem_add to match Int128 versionPaolo Bonzini1-23/+16