aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-03-13target/ppc: Remove interrupt handler wrapper functionsBALATON Zoltan1-39/+28
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 3BALATON Zoltan1-13/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 2BALATON Zoltan1-2/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 1BALATON Zoltan1-25/+24
2024-03-13target/ppc: Add gen_exception_err_nip() functionBALATON Zoltan1-13/+15
2024-03-13target/ppc: Readability improvements in exception handlersBALATON Zoltan2-147/+33
2024-03-13target/ppc: Use env_cpu for cpu_abort in excp_helperBALATON Zoltan1-55/+63
2024-03-13ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin1-3/+0
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan2-0/+40
2024-03-13target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...Chinmay Rath3-136/+96
2024-03-13target/ppc: POWER10 does not have transactional memoryNicholas Piggin1-3/+2
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin3-20/+2
2024-03-13target/ppc: Prevent supervisor from modifying MSR[ME]Nicholas Piggin1-0/+5
2024-03-13target/ppc: Fix GDB SPR regnum indexingNicholas Piggin1-4/+3
2024-03-11migration: export migration_is_runningSteve Sistare1-2/+2
2024-03-11migration: remove migration.h referencesSteve Sistare1-1/+0
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