summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela2-76/+98
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela1-1/+1
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela1-3/+2
2014-01-13memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela1-6/+4
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela1-12/+7
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela1-10/+6
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela1-3/+3
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela1-7/+8
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela1-17/+19
2014-01-13memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela1-3/+6
2014-01-13memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela1-8/+3
2014-01-13memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela1-8/+2
2014-01-13memory: split dirty bitmap into threeJuan Quintela3-12/+10
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela1-2/+2
2014-01-13memory: make sure that client is always inside rangeJuan Quintela1-0/+4
2014-01-13memory: use bit 2 for migrationJuan Quintela1-1/+2
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2-25/+18
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela1-9/+2
2014-01-13memory: set single dirty flags when possibleJuan Quintela1-1/+3
2014-01-13memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela1-7/+2
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela1-2/+6
2014-01-13exec: create function to get a single dirty bitJuan Quintela1-0/+6
2014-01-13memory: create function to set a single dirty bitJuan Quintela1-0/+6
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela1-2/+2
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf1-0/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+2
2013-10-17portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka1-0/+2
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil1-1/+1
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum1-2/+2
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori3-67/+252
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson1-35/+251
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-2/+0
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson2-14/+2
2013-10-10tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson1-18/+0
2013-10-10tcg: Put target helper data into an array.Richard Henderson1-2/+1
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-2/+0
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson1-15/+1
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini1-3/+1
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster1-0/+2
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster1-2/+0
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell1-4/+0
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka1-0/+4
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson1-12/+46
2013-09-02exec: Split softmmu_defs.hRichard Henderson3-51/+6
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson1-6/+6
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson2-52/+56
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-2/+2
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson1-5/+5
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson1-11/+2
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson1-183/+104