summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson2020-01-161-0/+1
* trace: Remove trace_mem_build_info_no_se_[bl]eRichard Henderson2020-01-161-43/+24Star
* accel/kvm: Make "kernel_irqchip" default onXiaoyao Li2020-01-071-6/+13
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell2019-12-203-6/+6
|\
| * qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-183-6/+6
* | kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini2019-12-171-5/+54
* | kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-4/+19
* | kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini2019-12-171-0/+43
* | tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini2019-12-171-3/+37
* | tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini2019-12-171-14/+38
* | accel: pass object to accel_init_machinePaolo Bonzini2019-12-171-2/+2
* | qom: add object_new_with_classPaolo Bonzini2019-12-171-3/+1Star
* | accel: compile accel/accel.c just oncePaolo Bonzini2019-12-171-1/+1
* | vl: merge -accel processing into configure_acceleratorsPaolo Bonzini2019-12-171-67/+2Star
* | tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini2019-12-171-0/+83
* | kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert2019-12-171-15/+29
|/
* kvm: Introduce KVM irqchip change notifierDavid Gibson2019-11-262-0/+30
* Remove unassigned_access CPU hookPeter Maydell2019-11-111-2/+0Star
* 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