aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03Merge tag 'pull-target-arm-20230203' of https://git.linaro.org/people/pmaydel...Peter Maydell21-189/+1340
2023-02-03target/arm: Enable FEAT_FGT on '-cpu max'Peter Maydell2-0/+2
2023-02-03target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC trapsPeter Maydell1-4/+31
2023-02-03target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 trapsPeter Maydell5-4/+40
2023-02-03target/arm: Implement the HFGITR_EL2.ERET trapPeter Maydell5-0/+26
2023-02-03target/arm: Mark up sysregs for HFGITR bits 48..63Peter Maydell2-0/+13
2023-02-03target/arm: Mark up sysregs for HFGITR bits 18..47Peter Maydell2-0/+60
2023-02-03target/arm: Mark up sysregs for HFGITR bits 12..17Peter Maydell2-0/+12
2023-02-03target/arm: Mark up sysregs for HFGITR bits 0..11Peter Maydell2-0/+42
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 12..63Peter Maydell2-0/+49
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 0..11Peter Maydell2-0/+23
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell3-0/+19
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 24..35Peter Maydell2-0/+26
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 12..23Peter Maydell2-0/+24
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 0..11Peter Maydell2-0/+31
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell8-1/+138
2023-02-03target/arm: Define the FEAT_FGT registersPeter Maydell3-0/+340
2023-02-03target/arm: Disable HSTR_EL2 traps if EL2 is not enabledPeter Maydell2-1/+2
2023-02-03target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1Peter Maydell2-2/+32
2023-02-03target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 trapsPeter Maydell1-5/+16
2023-02-03target/arm: Move do_coproc_insn() syndrome calculation earlierPeter Maydell1-42/+41
2023-02-03target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}Peter Maydell2-2/+4
2023-02-03target/arm: Correct syndrome for ATS12NSO* at Secure EL1Peter Maydell1-2/+2
2023-02-03target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctlyPeter Maydell1-2/+2
2023-02-03sbsa-ref: remove cortex-a76 from list of supported cpusMarcin Juszkiewicz1-1/+0
2023-02-03hw/arm/virt: Make accels in GIC finalize logic explicitAlexander Graf1-1/+6
2023-02-03hw/arm/virt: Consolidate GIC finalize logicAlexander Graf2-101/+112
2023-02-03hvf: arm: Add support for GICv3Alexander Graf3-1/+168
2023-02-03hw/char/pl011: better handling of FIFO flags on LCR resetEvgeny Iakovlev1-5/+13
2023-02-03hw/char/pl011: implement a reset methodEvgeny Iakovlev1-5/+21
2023-02-03hw/char/pl011: add post_load hook for backwards-compatibilityEvgeny Iakovlev1-0/+25
2023-02-03hw/char/pl011: refactor FIFO depth handling codeEvgeny Iakovlev2-13/+22
2023-02-03target/arm: Fix physical address resolution for Stage2Richard Henderson1-1/+1
2023-02-03hw/arm: Use TYPE_ARM_SMMUV3Richard Henderson2-2/+3
2023-02-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell69-552/+1209
2023-02-03Merge tag 'pull-tcg-20230123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell18-162/+489
2023-02-02Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...Peter Maydell75-272/+753
2023-02-02Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...Peter Maydell25-210/+731
2023-02-02gitlab: cut even more from cross-win64-system buildAlex Bennée1-1/+3
2023-02-02plugins: Iterate on cb_lists in qemu_plugin_user_exitRichard Henderson1-3/+4
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota2-0/+6
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota3-4/+8
2023-02-02translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota1-5/+10
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota2-8/+25
2023-02-02plugins: make qemu_plugin_user_exit's locking order consistent with fork_start'sEmilio Cota1-5/+11
2023-02-02util/qht: use striped locks under TSANEmilio Cota1-14/+81
2023-02-02thread: de-const qemu_spin_destroyEmilio Cota1-3/+2
2023-02-02util/qht: add missing atomic_set(hashes[i])Emilio Cota1-1/+1
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota3-3/+12
2023-02-02tests/tcg: add memory-sve test for aarch64Alex Bennée2-1/+9