summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2021-10-131-0/+87
* accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson2021-10-131-161/+84Star
* tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson2021-10-061-0/+55
* tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-061-5/+9
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+8
* memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2021-09-301-1/+14
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-0/+13
* accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich2021-09-142-16/+24
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-4/+5
* tcg: Drop gen_io_end()Peter Maydell2021-09-081-17/+10Star
* accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-0/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-11/+0Star
* accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson2021-07-211-7/+9
* accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson2021-07-211-4/+1Star
* accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson2021-07-211-1/+3
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-0/+10
|\
| * accel/tcg: Introduce translator_use_goto_tbRichard Henderson2021-07-091-0/+10
* | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand2021-07-081-2/+16
* | memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand2021-07-081-0/+20
* | memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand2021-07-081-22/+264
|/
* tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2021-06-192-45/+26Star
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-153-4/+15
* softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()David Hildenbrand2021-06-151-1/+1
* softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-12/+12
* softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-152-11/+4Star
* docs: fix broken referenceJohn Snow2021-06-051-1/+1
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-288-226/+66Star
|\
| * accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-273-159/+0Star
| * accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-271-1/+0Star
| * exec/memory: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-1/+1
| * exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-2/+2
| * exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé2021-05-261-8/+8
| * exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé2021-05-261-8/+8
| * exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-36/+36
| * exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-20/+20
* | memory: Introduce log_sync_global() to memory listenerPeter Xu2021-05-261-0/+12
|/
* accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2021-05-251-0/+12
* accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2021-05-251-0/+13
* accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2021-05-251-0/+19
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell2021-05-181-0/+1
|\
| * exec/gen-icount.h: Add missing "exec/exec-all.h" includePhilippe Mathieu-Daudé2021-05-141-0/+1
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell2021-05-141-0/+6
|\ \
| * | configure: Poison all current target-specific #definesThomas Huth2021-05-141-0/+2
| * | include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth2021-05-141-0/+4
| |/
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell2021-05-144-8/+26
|\ \ | |/ |/|
| * migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand2021-05-131-0/+10
| * migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-131-4/+6
| * numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-4/+9
| * util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-0/+1
* | Drop the deprecated unicore32 targetMarkus Armbruster2021-05-121-1/+0Star