aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst
2022-10-28target/ppc: prepare to split interrupt masking and delivery by excp_modelMatheus Ferst
2022-10-28target/ppc: split interrupt masking and delivery from ppc_hw_interruptMatheus Ferst
2022-10-28target/ppc: always use ppc_set_irq to set env->pending_interruptsMatheus Ferst
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst
2022-10-28target/ppc: Use gvec to decode XVTSTDC[DS]PLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: move msgsync to decodetreeMatheus Ferst
2022-10-28target/ppc: move msgclrp/msgsndp to decodetreeMatheus Ferst
2022-10-28target/ppc: move msgclr/msgsnd to decodetreeMatheus Ferst
2022-10-28target/ppc: fix REQUIRE_HV macro definitionMatheus Ferst
2022-10-28target/ppc: fix msgsync insns flagsMatheus Ferst
2022-10-28target/ppc: fix msgclr/msgsnd insns flagsMatheus Ferst
2022-10-27target/arm: Use the max page size in a 2-stage ptwRichard Henderson
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson
2022-10-27target/arm: Tidy merging of attributes from descriptor and tableRichard Henderson
2022-10-27target/arm: Consider GP an attribute in get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Don't shift attrs in get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Fix fault reporting in get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Remove loop from get_phys_addr_lpaeRichard Henderson
2022-10-27target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson
2022-10-27target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptwRichard Henderson
2022-10-27target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson
2022-10-27target/arm: Add isar predicates for FEAT_HAFDBSRichard Henderson
2022-10-27target/arm: Add ptw_idx to S1TranslateRichard Henderson
2022-10-27target/arm: Introduce regime_is_stage2Richard Henderson
2022-10-27target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell
2022-10-27target/s390x: Fix emulation of the VISTR instructionThomas Huth
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26s390x: pv: Add dump supportJanosch Frank
2022-10-26s390x: Add protected dump capJanosch Frank
2022-10-26target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson