aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-01-05target/arm: cleanup cpu includesClaudio Fontana2-7/+0
2023-01-05target/arm: Remove unused includes from helper.cFabiano Rosas1-7/+0
2023-01-05target/arm: Remove unused includes from m_helper.cFabiano Rosas1-16/+0
2023-01-05target/arm: Fix checkpatch brace errors in helper.cFabiano Rosas1-25/+42
2023-01-05target/arm: Fix checkpatch space errors in helper.cFabiano Rosas1-21/+21
2023-01-05target/arm: Fix checkpatch comment style warnings in helper.cFabiano Rosas1-108/+215
2023-01-05target/arm: fix handling of HLT semihosting in system modeAlex Bennée1-1/+1
2023-01-05target/arm: Add ARM Cortex-R52 CPUTobias Röhmel1-0/+42
2023-01-05target/arm: Add PMSAv8r functionalityTobias Röhmel1-22/+104
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel4-4/+360
2023-01-05target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel3-0/+11
2023-01-05target/arm: Make stage_2_format for cache attributes optionalTobias Röhmel1-2/+8
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel2-8/+19
2023-01-05target/arm: Don't add all MIDR aliases for cores that implement PMSATobias Röhmel1-4/+9
2023-01-05target/arm:Set lg_page_size to 0 if either S1 or S2 asks for itPeter Maydell1-3/+13
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt1-15/+43
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt4-0/+64
2022-12-21target/ppc/mmu_common: Fix table layout of "info tlb" HMP commandBernhard Beschow1-1/+1
2022-12-21target/ppc/mmu_common: Log which effective address had no TLB entry foundBernhard Beschow1-1/+2
2022-12-21target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"Philippe Mathieu-Daudé1-0/+3
2022-12-19target/hppa: Fix fid instruction emulationHelge Deller2-4/+12
2022-12-19target/hppa: Generate illegal instruction exception for 64-bit instructionsHelge Deller1-2/+10
2022-12-19Merge tag 'pull-misc-20221218' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2-2/+2
2022-12-18target/tricore: Fix gdbstub write to address registersRichard Henderson1-1/+1
2022-12-18target/sh4: Mask restore of env->flags from tb->flagsGuenter Roeck1-1/+1
2022-12-18Merge tag 'pull-hex-20221216-1' of https://github.com/quic/qemu into stagingPeter Maydell28-203/+7030
2022-12-16target/hexagon: call idef-parser functionsAlessandro Di Federico5-34/+154
2022-12-16target/hexagon: import parser for idef-parserAnton Johansson4-0/+3730
2022-12-16target/hexagon: import lexer for idef-parserPaolo Montesel3-0/+730
2022-12-16target/hexagon: prepare input for the idef-parserAlessandro Di Federico4-0/+314
2022-12-16target/hexagon: introduce new helper functionsNiccolò Izzo3-2/+166
2022-12-16target/hexagon: make helper functions non-staticPaolo Montesel4-35/+99
2022-12-16target/hexagon: make slot number an unsignedPaolo Montesel2-12/+14
2022-12-16target/hexagon: import README for idef-parserAlessandro Di Federico2-0/+727
2022-12-16Hexagon (target/hexagon) Use direct block chaining for tight loopsTaylor Simpson5-5/+129
2022-12-16Hexagon (target/hexagon) Use direct block chaining for direct jump/branchTaylor Simpson3-2/+46
2022-12-16Hexagon (target/hexagon) Add overrides for various forms of jumpTaylor Simpson2-0/+244
2022-12-16Hexagon (target/hexagon) Add overrides for compound compare and jumpTaylor Simpson2-0/+267
2022-12-16Hexagon (target/hexagon) Add overrides for direct call instructionsTaylor Simpson2-0/+63
2022-12-16Hexagon (target/hexagon) Remove next_PC from runtime stateTaylor Simpson10-12/+65
2022-12-16Hexagon (target/hexagon) Remove PC from the runtime stateTaylor Simpson8-10/+25
2022-12-16Hexagon (target/hexagon) Only use branch_taken when packet has multi cofTaylor Simpson9-16/+51
2022-12-16Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_satTaylor Simpson2-1/+113
2022-12-16Hexagon (target/hexagon) Fix predicated assignment to .tmp and .curTaylor Simpson2-0/+18
2022-12-16Hexagon (target/hexagon) Add pkt and insn to DisasContextTaylor Simpson8-88/+89
2022-12-16target/xtensa: Convert to 3-phase resetPeter Maydell2-6/+10
2022-12-16target/tricore: Convert to 3-phase resetPeter Maydell2-5/+9
2022-12-16target/sparc: Convert to 3-phase resetPeter Maydell2-6/+10
2022-12-16target/sh4: Convert to 3-phase resetPeter Maydell2-6/+10
2022-12-16target/rx: Convert to 3-phase resetPeter Maydell2-7/+10