summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-11-131-6/+1
|\
| * Revert "exec: limit system memory size"Michael S. Tsirkin2013-11-101-6/+1
* | exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov2013-11-081-2/+4
|/
* exec: limit system memory sizeMichael S. Tsirkin2013-11-041-1/+6
* exec: Fix bounce buffer allocation in address_space_map()Kevin Wolf2013-10-281-1/+3
* exec: remove qemu_safe_ram_ptrPaolo Bonzini2013-10-171-69/+28
* exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil2013-10-141-2/+2
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-10-101-32/+0
|\
| * cpu: Move cpu_copy() into linux-userAndreas Färber2013-10-071-32/+0
* | exec: cleanup DEBUG_SUBPAGEAmos Kong2013-10-021-9/+9
|/
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-231-0/+2
|\
| * exec: Fix broken build for MinGW (regression)Stefan Weil2013-09-201-0/+2
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-09-231-0/+1
|\ \ | |/ |/|
| * exec: always use MADV_DONTFORKAndrea Arcangeli2013-09-201-0/+1
* | exec: Don't abort when we can't allocate guest memoryMarkus Armbruster2013-09-121-0/+5
* | exec: Clean up unnecessary S390 ifdefferyMarkus Armbruster2013-09-121-6/+19
* | exec: Drop incorrect & dead S390 code in qemu_ram_remap()Markus Armbruster2013-09-121-6/+7
* | exec: Simplify the guest physical memory allocation hookMarkus Armbruster2013-09-121-6/+13
* | exec: Reduce ifdeffery around -mem-pathMarkus Armbruster2013-09-121-27/+10
* | exec: Clean up fall back when -mem-path allocation failsMarkus Armbruster2013-09-121-5/+2
* | exec: Fix Xen RAM allocation with unusual optionsMarkus Armbruster2013-09-121-8/+12
|/
* exec: do tcg_commit only when tcg_enabledliguang2013-09-051-1/+3
* memory: Provide separate handling of unassigned io ports accessesJan Kiszka2013-09-051-1/+2
* exec: check offset_within_address_space for register subpageHu Tao2013-09-051-1/+1
* exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini2013-09-051-0/+3
* cpu: Replace qemu_for_each_cpu()Andreas Färber2013-09-031-9/+0
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-16/+10
* cpu: Fix VMSTATE_CPU() semanticsAndreas Färber2013-07-311-1/+4
* kvm: Change prototype of kvm_update_guest_debug()Stefan Weil2013-07-261-3/+2
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-0/+4
|\
| * linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf2013-07-231-0/+4
* | exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-231-3/+3
* | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-9/+11
* | cpu: Change cpu_single_step() argument to CPUStateAndreas Färber2013-07-231-2/+2
* | cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-4/+6
|/
* exec: fix incorrect assumptions in memory_access_sizePaolo Bonzini2013-07-181-8/+1
* exec.c: Pass correct pointer type to qemu_ram_ptr_lengthPeter Maydell2013-07-181-1/+1
* exec: Support 64-bit operations in address_space_rwRichard Henderson2013-07-141-12/+56
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-101-29/+28
|\
| * log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-1/+1
| * cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-23/+20
| * cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-5/+7
* | Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster2013-07-091-8/+4
* | exec: Remove unused global variable phys_ram_fdStefan Weil2013-07-091-1/+0
|/
* exec: change some APIs to take AddressSpaceDispatchPaolo Bonzini2013-07-041-6/+5
* exec: remove cur_mapPaolo Bonzini2013-07-041-5/+7
* exec: put memory map in AddressSpaceDispatchPaolo Bonzini2013-07-041-11/+17
* exec: separate current radix tree from the one being builtPaolo Bonzini2013-07-041-7/+16
* exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini2013-07-041-8/+9
* exec: separate current memory map from the one being builtPaolo Bonzini2013-07-041-40/+63
OpenPOWER on IntegriCloud