aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-01-31Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-28target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell
2022-01-28target/ppc: 74xx: Set SRRs directly in exception codeFabiano Rosas
2022-01-28target/ppc: 74xx: System Reset interrupt cleanupFabiano Rosas
2022-01-28target/ppc: 74xx: System Call exception cleanupFabiano Rosas
2022-01-28target/ppc: 74xx: Program exception cleanupFabiano Rosas
2022-01-28target/ppc: 74xx: External interrupt cleanupFabiano Rosas
2022-01-28target/ppc: 74xx: Machine Check exception cleanupFabiano Rosas
2022-01-28target/ppc: Simplify powerpc_excp_74xxFabiano Rosas
2022-01-28target/ppc: Introduce powerpc_excp_74xxFabiano Rosas
2022-01-28target/ppc: books: Program exception cleanupFabiano Rosas
2022-01-28target/ppc: books: External interrupt cleanupFabiano Rosas
2022-01-28target/ppc: books: Machine Check exception cleanupFabiano Rosas
2022-01-28target/ppc: Simplify powerpc_excp_booksFabiano Rosas
2022-01-28target/ppc: Introduce powerpc_excp_booksFabiano Rosas
2022-01-28target/ppc: 405: Watchdog timer exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Program exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Instruction storage interrupt cleanupFabiano Rosas
2022-01-28target/ppc: 405: Data Storage exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Debug exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Alignment exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: System call exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: External exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Machine check exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Critical exceptions cleanupFabiano Rosas
2022-01-28target/ppc: Simplify powerpc_excp_40xFabiano Rosas
2022-01-28target/ppc: Introduce powerpc_excp_40xFabiano Rosas
2022-01-28target/ppc: 405: Add missing MSR_ME bitFabiano Rosas
2022-01-28target/ppc: 405: Rename MSR_POW to MSR_WEFabiano Rosas
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater
2022-01-28target/ppc: Put do_rfi under a TCG-only blockFabiano Rosas
2022-01-28target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()Cédric Le Goater
2022-01-28target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()Daniel Henrique Barboza
2022-01-28target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov
2022-01-28target/ppc: 603: fix restore of GPRs 0-3 on rfiChristophe Leroy
2022-01-21target/riscv: Relax UXL field for debuggingLIU Zhiwei
2022-01-21target/riscv: Enable uxl field writeLIU Zhiwei
2022-01-21target/riscv: Set default XLEN for hypervisorLIU Zhiwei
2022-01-21target/riscv: Adjust scalar reg in vector with XLENLIU Zhiwei
2022-01-21target/riscv: Adjust vector address with maskLIU Zhiwei
2022-01-21target/riscv: Fix check range for first fault onlyLIU Zhiwei
2022-01-21target/riscv: Remove VILL field in VTYPELIU Zhiwei
2022-01-21target/riscv: Adjust vsetvl according to XLENLIU Zhiwei
2022-01-21target/riscv: Split out the vill from vtypeLIU Zhiwei
2022-01-21target/riscv: Split pm_enabled into mask and baseLIU Zhiwei
2022-01-21target/riscv: Calculate address according to XLENLIU Zhiwei