summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2014-01-241-1/+1
|\
| * mempath prefault: fix off-by-one errorMarcelo Tosatti2013-12-301-1/+1
| * roms: Flush icache when writing roms to guest memoryAlexander Graf2013-12-131-5/+39
* | memory: split cpu_physical_memory_* functions to its own includeJuan Quintela2014-01-131-0/+1
* | memory: cpu_physical_memory_set_dirty_tracking() should return voidJuan Quintela2014-01-131-6/+4
* | memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela2014-01-131-11/+8
* | memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela2014-01-131-3/+3
* | memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela2014-01-131-1/+1
* | memory: split dirty bitmap into threeJuan Quintela2014-01-131-3/+6
* | memory: only resize dirty bitmap when memory size increasesJuan Quintela2014-01-131-3/+9
* | memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2014-01-131-9/+10
* | memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela2014-01-131-1/+1
* | memory: set single dirty flags when possibleJuan Quintela2014-01-131-3/+4
* | memory: make cpu_physical_memory_is_dirty return boolJuan Quintela2014-01-131-5/+2
* | exec: create function to get a single dirty bitJuan Quintela2014-01-131-1/+1
* | exec: use accessor function to know if memory is dirtyJuan Quintela2014-01-131-1/+1
* | roms: Flush icache when writing roms to guest memoryAlexander Graf2013-12-201-5/+39
* | exec: separate sections and nodes per address spaceMarcel Apfelbaum2013-12-111-89/+66
* | exec: reduce L2_PAGE_SIZEMichael S. Tsirkin2013-12-101-1/+1
* | exec: make address spaces 64-bit widePaolo Bonzini2013-12-101-6/+2
* | exec: memory radix tree page level compressionMichael S. Tsirkin2013-12-101-1/+74
* | exec: pass hw address to phys_page_findMichael S. Tsirkin2013-12-101-4/+4
* | exec: extend skip field to 6 bit, page entry to 32 bitMichael S. Tsirkin2013-12-101-6/+6
* | exec: replace leaf with skipMichael S. Tsirkin2013-12-101-8/+9
* | split definitions for exec.c and translate-all.c radix treesPaolo Bonzini2013-12-101-8/+21
|/
* qemu: mempath: prefault pages manually (v4)Marcelo Tosatti2013-11-251-12/+47
* 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
OpenPOWER on IntegriCloud