aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-07-01accel/tcg: Assert one page in tb_invalidate_phys_page_range__lockedMark Cave-Ayland
2023-07-01accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__lockedMark Cave-Ayland
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-28accel/kvm: Declare kvm_direct_msi_allowed in stubsPhilippe Mathieu-Daudé
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson
2023-06-26accel/tcg: Remove check_tcg_memory_orders_compatibleRichard Henderson
2023-06-26tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson
2023-06-26accel/tcg: Widen pc to vaddr in CPUJumpCacheAnton Johansson
2023-06-26accel/tcg/cpu-exec.c: Widen pc to vaddrAnton Johansson
2023-06-26accel/tcg/cputlb.c: Widen addr in MMULookupPageDataAnton Johansson
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-26accel/tcg/translate-all.c: Widen pc and cs_baseAnton Johansson
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson
2023-06-26kvm: reuse per-vcpu stats fd to avoid vcpu interruptionMarcelo Tosatti
2023-06-20accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' headerPhilippe Mathieu-Daudé
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-06-20accel/tcg: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-06-20accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leNRichard Henderson
2023-06-14Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...Richard Henderson
2023-06-13accel/hvf: Report HV_DENIED errorAntonio Caggiano
2023-06-13util/log: Add vector registers to logIvan Klokov
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-06-06accel/tcg: Fix undefined shift in store_whole_le16Richard Henderson
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-06-05accel/tcg: Unmap perf_markerIlya Leoshkevich
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05tcg: Split helper-proto.hRichard Henderson