aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2014-01-24Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_tracking() should return voidJuan Quintela
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2014-01-13memory: only resize dirty bitmap when memory size increasesJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela
2014-01-13memory: set single dirty flags when possibleJuan Quintela
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela
2014-01-13exec: create function to get a single dirty bitJuan Quintela
2014-01-13exec: use accessor function to know if memory is dirtyJuan Quintela
2013-12-30mempath prefault: fix off-by-one errorMarcelo Tosatti
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf
2013-12-13roms: Flush icache when writing roms to guest memoryAlexander Graf
2013-12-11exec: separate sections and nodes per address spaceMarcel Apfelbaum
2013-12-10exec: reduce L2_PAGE_SIZEMichael S. Tsirkin
2013-12-10exec: make address spaces 64-bit widePaolo Bonzini
2013-12-10exec: memory radix tree page level compressionMichael S. Tsirkin
2013-12-10exec: pass hw address to phys_page_findMichael S. Tsirkin
2013-12-10exec: extend skip field to 6 bit, page entry to 32 bitMichael S. Tsirkin
2013-12-10exec: replace leaf with skipMichael S. Tsirkin
2013-12-10split definitions for exec.c and translate-all.c radix treesPaolo Bonzini
2013-11-25qemu: mempath: prefault pages manually (v4)Marcelo Tosatti
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