aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24accel/tcg: Sanitize include pathPhilippe Mathieu-Daudé
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-21cputlb: Hoist timestamp outside of loops over tlbsRichard Henderson
2020-01-21cputlb: Initialize tlbs as flushedRichard Henderson
2020-01-21cputlb: Partially merge tlb_dyn_init into tlb_initRichard Henderson
2020-01-21cputlb: Split out tlb_mmu_flush_lockedRichard Henderson
2020-01-21cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_lockedRichard Henderson
2020-01-21cputlb: Hoist tlb portions in tlb_mmu_resize_lockedRichard Henderson
2020-01-21cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlbRichard Henderson
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson
2020-01-21cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_lockedRichard Henderson
2020-01-21cputlb: Handle NB_MMU_MODES > TARGET_PAGE_BITS_MINRichard Henderson
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson
2020-01-15accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson
2020-01-15trace: Remove trace_mem_build_info_no_se_[bl]eRichard Henderson
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-12-17tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini
2019-12-17tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini
2019-12-17tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini
2019-11-11Remove unassigned_access CPU hookPeter Maydell
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-28translator: inject instrumentation from pluginsEmilio G. Cota
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28translate-all: notify plugin code of tb_flushEmilio G. Cota
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28atomic_template: add inline trace/plugin helpersEmilio G. Cota
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota
2019-10-28translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota
2019-10-28cpu: introduce cpu_in_exclusive_context()Emilio G. Cota
2019-10-28trace: add mmu_index to mem_infoAlex Bennée
2019-10-28translate-all: Remove tb_allocRichard Henderson
2019-10-28translate-all: fix uninitialized tb->orig_tbClement Deschamps
2019-10-28cputlb: Fix tlb_vaddr_to_hostRichard Henderson
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson
2019-09-25cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson
2019-09-25cputlb: Handle TLB_NOTDIRTY in probe_accessRichard Henderson
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson