summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela2014-01-131-18/+36
* memory: move bitmap synchronization to its own functionJuan Quintela2014-01-131-0/+31
* memory: split cpu_physical_memory_* functions to its own includeJuan Quintela2014-01-132-76/+98
* memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela2014-01-131-1/+1
* memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela2014-01-131-3/+2
* memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela2014-01-131-6/+4
* memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela2014-01-131-12/+7
* memory: use find_next_bit() to find dirty bitsJuan Quintela2014-01-131-10/+6
* memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela2014-01-131-3/+3
* memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela2014-01-131-7/+8
* memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela2014-01-131-17/+19
* memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela2014-01-131-3/+6
* memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela2014-01-131-8/+3
* memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela2014-01-131-8/+2
* memory: split dirty bitmap into threeJuan Quintela2014-01-133-12/+10
* memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela2014-01-131-2/+2
* memory: make sure that client is always inside rangeJuan Quintela2014-01-131-0/+4
* memory: use bit 2 for migrationJuan Quintela2014-01-131-1/+2
* memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2014-01-132-25/+18
* memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela2014-01-131-9/+2
* memory: set single dirty flags when possibleJuan Quintela2014-01-131-1/+3
* memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela2014-01-131-7/+2
* memory: make cpu_physical_memory_is_dirty return boolJuan Quintela2014-01-131-2/+6
* exec: create function to get a single dirty bitJuan Quintela2014-01-131-0/+6
* memory: create function to set a single dirty bitJuan Quintela2014-01-131-0/+6
* memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela2014-01-131-2/+2
* roms: Flush icache when writing roms to guest memoryAlexander Graf2013-12-201-0/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-2/+2
|\
| * memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum2013-10-141-2/+2
* | portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka2013-10-171-0/+2
* | exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil2013-10-141-1/+1
* | Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-113-67/+252
|\ \
| * | exec: Add both big- and little-endian memory helpersRichard Henderson2013-10-101-35/+251
| * | exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson2013-10-102-14/+2
| * | tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson2013-10-101-18/+0
| * | tcg: Put target helper data into an array.Richard Henderson2013-10-101-2/+1
* | | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-10-101-2/+0
|\ \ \ | |/ / |/| |
| * | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-2/+0
* | | tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson2013-10-011-15/+1
|/ /
* | tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini2013-09-251-3/+1
* | exec: Simplify the guest physical memory allocation hookMarkus Armbruster2013-09-121-0/+2
* | exec: Reduce ifdeffery around -mem-pathMarkus Armbruster2013-09-121-2/+0
|/
* abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell2013-09-101-4/+0
* memory: Provide separate handling of unassigned io ports accessesJan Kiszka2013-09-051-0/+4
* tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson2013-09-021-12/+46
* exec: Split softmmu_defs.hRichard Henderson2013-09-023-51/+6
* exec: Rename USUFFIX to LSUFFIXRichard Henderson2013-09-021-6/+6
* exec: Reorganize the GETRA/GETPC macrosRichard Henderson2013-09-022-52/+56
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-2/+2
* tcg-i386: Remove abort from GETPC_LDSTRichard Henderson2013-08-291-5/+5
OpenPOWER on IntegriCloud