summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' in...Peter Maydell2014-02-051-1/+4
|\ \ | |/ |/|
| * qemu 1.7.0 does not build on NetBSDMartin Husemann2014-02-011-1/+4
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014012...Peter Maydell2014-02-011-0/+1
|\ \ | |/ |/|
| * kvm: initialize qemu_host_page_sizeAlexey Kardashevskiy2014-01-171-0/+1
* | exec: Exclude non portable function for MinGWStefan Weil2014-01-151-0/+2
|/
* 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