aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2023-06-20accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' headerPhilippe Mathieu-Daudé1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-2/+2
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé3-5/+5
2023-06-20accel/tcg: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-5/+5
2023-06-20accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leNRichard Henderson1-0/+1
2023-06-14Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...Richard Henderson1-0/+3
2023-06-13accel/hvf: Report HV_DENIED errorAntonio Caggiano1-0/+6
2023-06-13util/log: Add vector registers to logIvan Klokov1-0/+3
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson2-0/+142
2023-06-06accel/tcg: Fix undefined shift in store_whole_le16Richard Henderson1-1/+3
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin2-0/+16
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin2-0/+126
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini3-4/+4
2023-06-05accel/tcg: Unmap perf_markerIlya Leoshkevich1-2/+9
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson1-0/+21
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson1-0/+1
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson1-5/+3
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson1-0/+5
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-2/+25
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson1-2/+81
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson1-1/+1
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson1-1/+0
2023-06-05tcg: Add guest_mo to TCGContextRichard Henderson1-0/+5
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson2-9/+19
2023-06-05tcg: Split helper-proto.hRichard Henderson4-5/+4
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson2-0/+9
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson2-0/+2
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson3-2/+3
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson1-0/+2
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson1-2/+6
2023-06-05tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.hRichard Henderson1-1/+1
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée3-5/+5
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée4-18/+6
2023-05-30accel/tcg: Extract store_atom_insert_al16 to host headerRichard Henderson1-39/+1
2023-05-30accel/tcg: Extract load_atom_extract_al16_or_al8 to host headerRichard Henderson1-34/+2
2023-05-30accel/tcg: Fix check for page writeability in load_atomic16_or_exitRichard Henderson1-2/+2
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson3-6/+0
2023-05-23accel/tcg: Correctly use atomic128.h in ldst_atomicity.c.incRichard Henderson2-96/+24
2023-05-23accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128Richard Henderson2-2/+2
2023-05-23accel/tcg: Remove prot argument to atomic_mmu_lookupRichard Henderson3-79/+44
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson2-71/+4
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson5-365/+115
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson1-17/+0
2023-05-18accel/tcg: Fix append_mem_cbRichard Henderson1-42/+0
2023-05-18tcg: round-robin: do not use mb_read for rr_current_cpuPaolo Bonzini1-4/+7
2023-05-18kvm: Enable dirty ring for arm64Gavin Shan1-2/+21
2023-05-18kvm: Add helper kvm_dirty_ring_init()Gavin Shan1-29/+47
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan1-0/+11
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-1/+1
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson1-0/+1