summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf1-5/+39
2013-12-13roms: Flush icache when writing roms to guest memoryAlexander Graf1-5/+39
2013-12-11exec: separate sections and nodes per address spaceMarcel Apfelbaum1-89/+66
2013-12-10exec: reduce L2_PAGE_SIZEMichael S. Tsirkin1-1/+1
2013-12-10exec: make address spaces 64-bit widePaolo Bonzini1-6/+2
2013-12-10exec: memory radix tree page level compressionMichael S. Tsirkin1-1/+74
2013-12-10exec: pass hw address to phys_page_findMichael S. Tsirkin1-4/+4
2013-12-10exec: extend skip field to 6 bit, page entry to 32 bitMichael S. Tsirkin1-6/+6
2013-12-10exec: replace leaf with skipMichael S. Tsirkin1-8/+9
2013-12-10split definitions for exec.c and translate-all.c radix treesPaolo Bonzini1-8/+21
2013-11-25qemu: mempath: prefault pages manually (v4)Marcelo Tosatti1-12/+47
2013-11-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-6/+1
2013-11-10Revert "exec: limit system memory size"Michael S. Tsirkin1-6/+1
2013-11-08exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov1-2/+4
2013-11-04exec: limit system memory sizeMichael S. Tsirkin1-1/+6
2013-10-28exec: Fix bounce buffer allocation in address_space_map()Kevin Wolf1-1/+3
2013-10-17exec: remove qemu_safe_ram_ptrPaolo Bonzini1-69/+28
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil1-2/+2
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-32/+0
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber1-32/+0
2013-10-02exec: cleanup DEBUG_SUBPAGEAmos Kong1-9/+9
2013-09-23Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-0/+2
2013-09-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+1
2013-09-20exec: Fix broken build for MinGW (regression)Stefan Weil1-0/+2
2013-09-20exec: always use MADV_DONTFORKAndrea Arcangeli1-0/+1
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster1-0/+5
2013-09-12exec: Clean up unnecessary S390 ifdefferyMarkus Armbruster1-6/+19
2013-09-12exec: Drop incorrect & dead S390 code in qemu_ram_remap()Markus Armbruster1-6/+7
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster1-6/+13
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster1-27/+10
2013-09-12exec: Clean up fall back when -mem-path allocation failsMarkus Armbruster1-5/+2
2013-09-12exec: Fix Xen RAM allocation with unusual optionsMarkus Armbruster1-8/+12
2013-09-05exec: do tcg_commit only when tcg_enabledliguang1-1/+3
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka1-1/+2
2013-09-05exec: check offset_within_address_space for register subpageHu Tao1-1/+1
2013-09-05exec: fix writing to MMIO area with non-power-of-two lengthPaolo Bonzini1-0/+3
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-9/+0
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-16/+10
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