aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
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-17accel: pass object to accel_init_machinePaolo Bonzini
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17accel: compile accel/accel.c just oncePaolo Bonzini
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini
2019-12-17tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini
2019-12-17kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson
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-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell
2019-10-28accel/stubs: reduce headers from tcg-stubAlex Bennée
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-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-03accel/kvm: ensure ret always setAlex Bennée
2019-09-30kvm: split too big memory section on several memslotsIgor Mammedov
2019-09-30kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini
2019-09-30kvm: extract kvm_log_clear_one_slotPaolo Bonzini
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
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson
2019-09-25cputlb: Split out load/store_memopRichard Henderson
2019-09-25cputlb: Use qemu_build_not_reached in load/store_helpersRichard Henderson
2019-09-25cputlb: Disable __always_inline__ without optimizationRichard Henderson
2019-09-13atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota