aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-02-08arm: force flag recalculation when messing with DAIFAlex Bennée1-0/+2
2022-02-08arm: tcg: Adhere to SMCCC 1.3 section 5.2Peter Maydell1-29/+6
2022-02-08target/arm: make psci-conduit settable after realizePeter Maydell1-1/+5
2022-02-08target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson1-1/+1
2022-02-08target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson1-17/+60
2022-02-08target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson1-19/+17
2022-02-08target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson1-1/+2
2022-02-02Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell7-3/+42
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller7-3/+42
2022-01-31Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell13-333/+712
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell3-7/+0
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater10-322/+1
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell3-7/+0
2022-01-28target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell1-2/+2
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell3-5/+8
2022-01-28target/ppc: 74xx: Set SRRs directly in exception codeFabiano Rosas1-11/+2
2022-01-28target/ppc: 74xx: System Reset interrupt cleanupFabiano Rosas1-16/+2
2022-01-28target/ppc: 74xx: System Call exception cleanupFabiano Rosas1-6/+11
2022-01-28target/ppc: 74xx: Program exception cleanupFabiano Rosas1-4/+0
2022-01-28target/ppc: 74xx: External interrupt cleanupFabiano Rosas1-38/+0
2022-01-28target/ppc: 74xx: Machine Check exception cleanupFabiano Rosas1-24/+0
2022-01-28target/ppc: Simplify powerpc_excp_74xxFabiano Rosas1-202/+9
2022-01-28target/ppc: Introduce powerpc_excp_74xxFabiano Rosas1-0/+474
2022-01-28target/ppc: books: Program exception cleanupFabiano Rosas1-4/+0
2022-01-28target/ppc: books: External interrupt cleanupFabiano Rosas1-23/+7
2022-01-28target/ppc: books: Machine Check exception cleanupFabiano Rosas1-17/+0
2022-01-28target/ppc: Simplify powerpc_excp_booksFabiano Rosas1-147/+14
2022-01-28target/ppc: Introduce powerpc_excp_booksFabiano Rosas1-0/+478
2022-01-28target/ppc: 405: Watchdog timer exception cleanupFabiano Rosas1-9/+0
2022-01-28target/ppc: 405: Program exception cleanupFabiano Rosas1-15/+4
2022-01-28target/ppc: 405: Instruction storage interrupt cleanupFabiano Rosas1-1/+0
2022-01-28target/ppc: 405: Data Storage exception cleanupFabiano Rosas1-1/+1
2022-01-28target/ppc: 405: Debug exception cleanupFabiano Rosas1-14/+4
2022-01-28target/ppc: 405: Alignment exception cleanupFabiano Rosas1-7/+0
2022-01-28target/ppc: 405: System call exception cleanupFabiano Rosas1-19/+2
2022-01-28target/ppc: 405: External exception cleanupFabiano Rosas1-37/+0
2022-01-28target/ppc: 405: Machine check exception cleanupFabiano Rosas1-24/+2
2022-01-28target/ppc: 405: Critical exceptions cleanupFabiano Rosas1-15/+2
2022-01-28target/ppc: Simplify powerpc_excp_40xFabiano Rosas1-195/+10
2022-01-28target/ppc: Introduce powerpc_excp_40xFabiano Rosas1-0/+474
2022-01-28target/ppc: 405: Add missing MSR_ME bitFabiano Rosas1-0/+1
2022-01-28target/ppc: 405: Rename MSR_POW to MSR_WEFabiano Rosas2-1/+2
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater3-2/+13
2022-01-28target/ppc: Put do_rfi under a TCG-only blockFabiano Rosas1-2/+0
2022-01-28target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()Cédric Le Goater1-2/+4
2022-01-28target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()Daniel Henrique Barboza1-1/+5
2022-01-28target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov1-3/+15
2022-01-28target/ppc: 603: fix restore of GPRs 0-3 on rfiChristophe Leroy1-0/+4
2022-01-21target/riscv: Relax UXL field for debuggingLIU Zhiwei1-4/+4
2022-01-21target/riscv: Enable uxl field writeLIU Zhiwei2-6/+25