aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell1-2/+1
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson1-2/+1
2023-03-10Merge tag 'pull-hex-20230306' of https://github.com/quic/qemu into stagingPeter Maydell22-580/+891
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell47-38/+50
2023-03-09Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+1
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell1-0/+5
2023-03-08target/mips: Set correct CP0.Config[4, 5] values for M14K(c)Marcin Nowakowski1-2/+8
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski3-1/+7
2023-03-08target/mips: Fix SWM32 handling for microMIPSMarcin Nowakowski1-2/+2
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée3-3/+3
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée45-35/+45
2023-03-07target/mips: Fix JALS32/J32 instruction handling for microMIPSMarcin Nowakowski1-0/+8
2023-03-07target/mips: Replace [g_]assert(0) -> g_assert_not_reached()Philippe Mathieu-Daudé2-54/+53
2023-03-07includes: move tb_flush into its own headerAlex Bennée2-0/+2
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse1-0/+5
2023-03-07Hexagon (meson.build): define min bison versionMatheus Tavares Bernardino1-1/+1
2023-03-07Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...Peter Maydell8-30/+545
2023-03-06Hexagon (target/hexagon) Improve code gen for predicated HVX instructionsTaylor Simpson8-168/+34
2023-03-06Hexagon (target/hexagon) Reduce manipulation of slot_cancelledTaylor Simpson8-30/+71
2023-03-06Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]Taylor Simpson8-152/+110
2023-03-06Hexagon (target/hexagon) Change subtract from zero to change signTaylor Simpson1-1/+1
2023-03-06Hexagon (target/hexagon) Analyze packet for HVXTaylor Simpson4-27/+52
2023-03-06Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not neededTaylor Simpson5-1/+13
2023-03-06Hexagon (target/hexagon) Analyze packet before generating TCGTaylor Simpson8-118/+383
2023-03-06Hexagon (target/hexagon) Add overrides for dealloc-return instructionsTaylor Simpson3-25/+131
2023-03-06Hexagon (target/hexagon) Add overrides for endloop1/endloop01Taylor Simpson2-0/+82
2023-03-06Hexagon (target/hexagon) Add overrides for callrTaylor Simpson3-11/+25
2023-03-06Hexagon (target/hexagon) Add overrides for jumpr31 instructionsTaylor Simpson2-2/+22
2023-03-06target/hexagon/idef-parser: Remove unused code pathsAnton Johansson5-80/+4
2023-03-06target/hexagon/idef-parser: Elide mov in gen_pred_assignRichard Henderson1-3/+1
2023-03-06Hexagon (target/hexagon) Restore --disable-hexagon-idef-parser buildTaylor Simpson1-4/+4
2023-03-06riscv: Introduce satp mode hw capabilitiesAlexandre Ghiti2-26/+75
2023-03-06riscv: Allow user to set the satp modeAlexandre Ghiti3-7/+240
2023-03-06riscv: Change type of valid_vm_1_10_[32|64] to boolAlexandre Ghiti1-10/+11
2023-03-06riscv: Pass Object to register_cpu_props instead of DeviceStateAlexandre Ghiti1-14/+15
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson1-76/+97
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson1-1/+4
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson1-0/+3
2023-03-06target/arm: Handle m-profile in arm_is_secureRichard Henderson1-0/+3
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson2-0/+180
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss2-43/+51
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss2-3/+6
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson3-0/+41
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson2-4/+32
2023-03-06target/arm: Simplify iteration over bit widthsRichard Henderson1-4/+6
2023-03-06target/arm: Add name argument to output_vector_union_typeRichard Henderson1-14/+14
2023-03-06target/arm: Fix svep width in arm_gen_dynamic_svereg_xmlRichard Henderson1-1/+1
2023-03-06target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xmlRichard Henderson1-2/+3
2023-03-06target/arm: Simplify register counting in arm_gen_dynamic_svereg_xmlRichard Henderson1-10/+15
2023-03-06target/arm: Split out output_vector_union_typeRichard Henderson1-37/+44