aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2014-01-13memory: move bitmap synchronization to its own functionJuan Quintela
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan 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: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela
2014-01-13memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela
2014-01-13memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela
2014-01-13memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela
2014-01-13memory: make sure that client is always inside rangeJuan Quintela
2014-01-13memory: use bit 2 for migrationJuan 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: all users of cpu_physical_memory_get_dirty used only one flagJuan 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-13memory: create function to set a single dirty bitJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-17portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson
2013-10-10tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson
2013-10-10tcg: Put target helper data into an array.Richard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson