aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé18-51/+51
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé7-27/+13
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé6-12/+12
2024-03-12target/s390x/cpu_models: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2024-03-09Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell1-0/+1
2024-03-09target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-09Merge tag 'pull-hv-balloon-20240308' of https://github.com/maciejsszmigiero/q...Peter Maydell4-0/+18
2024-03-08Merge tag 'pull-target-arm-20240308' of https://git.linaro.org/people/pmaydel...Peter Maydell11-434/+683
2024-03-08target/arm: Move v7m-related code from cpu32.c into a separate fileThomas Huth4-261/+296
2024-03-08vmbus: Print a warning when enabled without the recommended set of featuresMaciej S. Szmigiero4-0/+18
2024-03-08target/riscv: Fix privilege mode of G-stage translation for debuggingHiroaki Yamamoto1-1/+1
2024-03-08target/riscv: Fix shift count overflowdemin.han1-3/+2
2024-03-08trans_rvv.c.inc: remove 'is_store' bool from load/store fnsDaniel Henrique Barboza1-29/+29
2024-03-08trans_rvv.c.inc: mark_vs_dirty() before loads and storesDaniel Henrique Barboza1-15/+8
2024-03-08target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bitVadim Shakirov2-12/+12
2024-03-08target/riscv: move ratified/frozen exts to non-experimentalDaniel Henrique Barboza1-13/+9
2024-03-08target/riscv/kvm: update KVM exts to Linux 6.8Daniel Henrique Barboza1-0/+29
2024-03-08RISC-V: Add support for ZtsoPalmer Dabbelt6-5/+48
2024-03-08target/riscv: Add missing include guard in pmu.hFrank Chang1-0/+5
2024-03-08target/riscv: UPDATE xATP write CSRIrina Ryapolova1-23/+29
2024-03-08target/riscv: FIX xATP_MODE validationIrina Ryapolova1-2/+2
2024-03-08target/riscv: Promote svade to a normal extensionAndrew Jones2-7/+8
2024-03-08target/riscv: Gate hardware A/D PTE bit updatingAndrew Jones3-15/+22
2024-03-08target/riscv: Reset henvcfg to zeroAndrew Jones2-3/+2
2024-03-08target/riscv: add remaining named featuresDaniel Henrique Barboza3-7/+43
2024-03-08target/riscv: add riscv,isa to named featuresDaniel Henrique Barboza3-16/+23
2024-03-08target/riscv/tcg: set 'mmu' with 'satp' in cpu_set_profile()Daniel Henrique Barboza1-0/+1
2024-03-08target/riscv: Update $ra with current $pc in trans_cm_jalt()Jason Chien1-1/+5
2024-03-07target/arm: Fix 32-bit SMOPARichard Henderson1-33/+46
2024-03-07target/arm: Enable FEAT_ECV for 'max' CPUPeter Maydell1-0/+1
2024-03-07target/arm: Implement FEAT_ECV CNTPOFF_EL2 handlingPeter Maydell4-2/+73
2024-03-07target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0Peter Maydell1-0/+43
2024-03-07target/arm: Implement new FEAT_ECV trap bitsPeter Maydell2-5/+51
2024-03-07target/arm: Don't allow RES0 CNTHCTL_EL2 bits to be writtenPeter Maydell1-0/+18
2024-03-07target/arm: use FIELD macro for CNTHCTL bit definitionsPeter Maydell2-7/+29
2024-03-07target/arm: Timer _EL02 registers UNDEF for E2H == 0Peter Maydell1-1/+1
2024-03-07target/arm: Move some register related defines to internals.hPeter Maydell2-128/+128
2024-03-06target/loongarch: honour show_opcodes when disassemblingAlex Bennée1-4/+9
2024-03-05target/arm: Do memory type alignment check when translation enabledRichard Henderson1-0/+39
2024-03-05target/arm: Do memory type alignment check when translation disabledRichard Henderson1-2/+32
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson1-1/+1
2024-03-05target/arm: Support 32-byte alignment in pow2_alignRichard Henderson1-7/+1
2024-03-05Merge tag 'pull-tcg-20240301' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell4-26/+56
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller3-3/+6
2024-03-03target: hppa: Fix unaligned double word accesses for hppa64Guenter Roeck1-1/+2
2024-02-29target/alpha: Enable TARGET_PAGE_BITS_VARY for user-onlyRichard Henderson1-2/+14
2024-02-29target/ppc: Enable TARGET_PAGE_BITS_VARY for user-onlyRichard Henderson1-1/+8
2024-02-29target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-onlyRichard Henderson2-23/+34
2024-02-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell5-45/+92
2024-02-28gdbstub: Add members to identify registers to GDBFeatureAkihiko Odaki1-3/+1