aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2013-11-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-11-10Revert "exec: limit system memory size"Michael S. Tsirkin
2013-11-08exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov
2013-11-04exec: limit system memory sizeMichael S. Tsirkin
2013-10-28exec: Fix bounce buffer allocation in address_space_map()Kevin Wolf
2013-10-17exec: remove qemu_safe_ram_ptrPaolo Bonzini
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber
2013-10-02exec: cleanup DEBUG_SUBPAGEAmos Kong
2013-09-23Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-09-20exec: Fix broken build for MinGW (regression)Stefan Weil
2013-09-20exec: always use MADV_DONTFORKAndrea Arcangeli
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster
2013-09-12exec: Clean up unnecessary S390 ifdefferyMarkus Armbruster
2013-09-12exec: Drop incorrect & dead S390 code in qemu_ram_remap()Markus Armbruster
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster
2013-09-12exec: Clean up fall back when -mem-path allocation failsMarkus Armbruster
2013-09-12exec: Fix Xen RAM allocation with unusual optionsMarkus Armbruster
2013-09-05exec: do tcg_commit only when tcg_enabledliguang
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka
2013-09-05exec: check offset_within_address_space for register subpageHu Tao
2013-09-05exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-31cpu: Fix VMSTATE_CPU() semanticsAndreas Färber
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-23linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-18exec: fix incorrect assumptions in memory_access_sizePaolo Bonzini
2013-07-18exec.c: Pass correct pointer type to qemu_ram_ptr_lengthPeter Maydell
2013-07-14exec: Support 64-bit operations in address_space_rwRichard Henderson
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
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-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil
2013-07-04exec: change some APIs to take AddressSpaceDispatchPaolo Bonzini
2013-07-04exec: remove cur_mapPaolo Bonzini
2013-07-04exec: put memory map in AddressSpaceDispatchPaolo Bonzini
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-04exec: separate current memory map from the one being builtPaolo Bonzini