summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/i386: use CPU_LOG_INT for IRQ servicingAlex Bennée2022-02-091-2/+2
* arm: force flag recalculation when messing with DAIFAlex Bennée2022-02-081-0/+2
* arm: tcg: Adhere to SMCCC 1.3 section 5.2Peter Maydell2022-02-081-29/+6Star
* target/arm: make psci-conduit settable after realizePeter Maydell2022-02-081-1/+5
* target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson2022-02-081-1/+1
* target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson2022-02-081-17/+60
* target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson2022-02-081-19/+17Star
* target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson2022-02-081-1/+2
* Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell2022-02-027-3/+42
|\
| * hppa: Add support for an emulated TOC/NMI button.Helge Deller2022-02-027-3/+42
* | Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell2022-01-3113-333/+712
|\ \
| * | target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater2022-01-2810-322/+1Star
| * | target/ppc: 74xx: Set SRRs directly in exception codeFabiano Rosas2022-01-281-11/+2Star
| * | target/ppc: 74xx: System Reset interrupt cleanupFabiano Rosas2022-01-281-16/+2Star
| * | target/ppc: 74xx: System Call exception cleanupFabiano Rosas2022-01-281-6/+11
| * | target/ppc: 74xx: Program exception cleanupFabiano Rosas2022-01-281-4/+0Star
| * | target/ppc: 74xx: External interrupt cleanupFabiano Rosas2022-01-281-38/+0Star
| * | target/ppc: 74xx: Machine Check exception cleanupFabiano Rosas2022-01-281-24/+0Star
| * | target/ppc: Simplify powerpc_excp_74xxFabiano Rosas2022-01-281-202/+9Star
| * | target/ppc: Introduce powerpc_excp_74xxFabiano Rosas2022-01-281-0/+474
| * | target/ppc: books: Program exception cleanupFabiano Rosas2022-01-281-4/+0Star
| * | target/ppc: books: External interrupt cleanupFabiano Rosas2022-01-281-23/+7Star
| * | target/ppc: books: Machine Check exception cleanupFabiano Rosas2022-01-281-17/+0Star
| * | target/ppc: Simplify powerpc_excp_booksFabiano Rosas2022-01-281-147/+14Star
| * | target/ppc: Introduce powerpc_excp_booksFabiano Rosas2022-01-281-0/+478
| * | target/ppc: 405: Watchdog timer exception cleanupFabiano Rosas2022-01-281-9/+0Star
| * | target/ppc: 405: Program exception cleanupFabiano Rosas2022-01-281-15/+4Star
| * | target/ppc: 405: Instruction storage interrupt cleanupFabiano Rosas2022-01-281-1/+0Star
| * | target/ppc: 405: Data Storage exception cleanupFabiano Rosas2022-01-281-1/+1
| * | target/ppc: 405: Debug exception cleanupFabiano Rosas2022-01-281-14/+4Star
| * | target/ppc: 405: Alignment exception cleanupFabiano Rosas2022-01-281-7/+0Star
| * | target/ppc: 405: System call exception cleanupFabiano Rosas2022-01-281-19/+2Star
| * | target/ppc: 405: External exception cleanupFabiano Rosas2022-01-281-37/+0Star
| * | target/ppc: 405: Machine check exception cleanupFabiano Rosas2022-01-281-24/+2Star
| * | target/ppc: 405: Critical exceptions cleanupFabiano Rosas2022-01-281-15/+2Star
| * | target/ppc: Simplify powerpc_excp_40xFabiano Rosas2022-01-281-195/+10Star
| * | target/ppc: Introduce powerpc_excp_40xFabiano Rosas2022-01-281-0/+474
| * | target/ppc: 405: Add missing MSR_ME bitFabiano Rosas2022-01-281-0/+1
| * | target/ppc: 405: Rename MSR_POW to MSR_WEFabiano Rosas2022-01-282-1/+2
| * | ppc/ppc405: Fix TLB flushingCédric Le Goater2022-01-283-2/+13
| * | target/ppc: Put do_rfi under a TCG-only blockFabiano Rosas2022-01-281-2/+0Star
| * | target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()Cédric Le Goater2022-01-281-2/+4
| * | target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()Daniel Henrique Barboza2022-01-281-1/+5
| * | target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov2022-01-281-3/+15
| * | target/ppc: 603: fix restore of GPRs 0-3 on rfiChristophe Leroy2022-01-281-0/+4
* | | Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell2022-01-293-7/+0Star
|\ \ \
| * | | Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-283-7/+0Star
| |/ /
* | | target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell2022-01-281-2/+2
* | | target/arm: Log CPU index in 'Taking exception' logPeter Maydell2022-01-283-5/+8
|/ /
* | target/riscv: Relax UXL field for debuggingLIU Zhiwei2022-01-211-4/+4