summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-3011-44/+1149
|\
| * accel/stubs: reduce headers from tcg-stubAlex Bennée2019-10-281-1/+0Star
| * translator: inject instrumentation from pluginsEmilio G. Cota2019-10-281-0/+20
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-3/+21
| * translate-all: notify plugin code of tb_flushEmilio G. Cota2019-10-281-0/+6
| * plugins: implement helpers for resolving hwaddrAlex Bennée2019-10-281-0/+42
| * tcg: let plugins instrument virtual memory accessesEmilio G. Cota2019-10-283-0/+8
| * atomic_template: add inline trace/plugin helpersEmilio G. Cota2019-10-284-39/+111
| * plugin-gen: add module for TCG-related codeEmilio G. Cota2019-10-283-0/+938
| * cputlb: introduce get_page_addr_code_hostpEmilio G. Cota2019-10-281-1/+13
| * translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota2019-10-281-2/+7
| * cpu: introduce cpu_in_exclusive_context()Emilio G. Cota2019-10-281-4/+1Star
| * trace: add mmu_index to mem_infoAlex Bennée2019-10-283-9/+15
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2019-10-292-22/+25
|\ \ | |/ |/|
| * translate-all: Remove tb_allocRichard Henderson2019-10-281-18/+2Star
| * translate-all: fix uninitialized tb->orig_tbClement Deschamps2019-10-281-0/+1
| * cputlb: Fix tlb_vaddr_to_hostRichard Henderson2019-10-281-1/+1
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-3/+21
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-3/+3
|/
* accel/kvm: ensure ret always setAlex Bennée2019-10-031-3/+3
* kvm: split too big memory section on several memslotsIgor Mammedov2019-09-301-44/+80
* kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini2019-09-301-14/+22
* kvm: extract kvm_log_clear_one_slotPaolo Bonzini2019-09-301-46/+57
* cputlb: Pass retaddr to tb_check_watchpointRichard Henderson2019-09-252-4/+4
* cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson2019-09-253-26/+22Star
* cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson2019-09-252-6/+3Star
* cputlb: Remove cpu->mem_io_vaddrRichard Henderson2019-09-251-2/+0Star
* cputlb: Handle TLB_NOTDIRTY in probe_accessRichard Henderson2019-09-251-9/+17
* cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson2019-09-251-34/+42
* cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson2019-09-251-24/+42
* cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson2019-09-251-3/+23
* cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-251-15/+21
* cputlb: Introduce TLB_BSWAPRichard Henderson2019-09-251-29/+43
* cputlb: Split out load/store_memopRichard Henderson2019-09-251-52/+55
* cputlb: Use qemu_build_not_reached in load/store_helpersRichard Henderson2019-09-251-3/+2Star
* cputlb: Disable __always_inline__ without optimizationRichard Henderson2019-09-251-2/+2
* atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota2019-09-131-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell2019-09-042-182/+262
|\
| * tcg: Factor out probe_write() logic into probe_access()David Hildenbrand2019-09-032-17/+52
| * tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand2019-09-032-7/+20
| * tcg: Enforce single page access in probe_write()David Hildenbrand2019-09-032-0/+4
| * tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand2019-09-031-0/+14
| * tcg: Check for watchpoints in probe_write()David Hildenbrand2019-09-031-2/+13
| * cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson2019-09-031-10/+79
| * cputlb: Remove double-alignment in store_helperRichard Henderson2019-09-031-2/+1Star
| * cputlb: Fix size operand for tlb_fill on unaligned storeRichard Henderson2019-09-031-1/+4
| * cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson2019-09-031-63/+23Star
| * cputlb: Byte swap memory transaction attributeTony Nguyen2019-09-031-0/+12
| * memory: Single byte swap along the I/O pathTony Nguyen2019-09-031-39/+3Star
| * cputlb: Replace size and endian operands for MemOpTony Nguyen2019-09-031-89/+81Star