aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson1-17/+0
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson1-10/+10
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson1-105/+0
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson1-143/+0
2023-03-13target/s390x: Drop free_compareRichard Henderson1-45/+1
2023-03-13target/mips: Drop tcg_temp_free from translate.cRichard Henderson1-523/+14
2023-03-13target/mips: Drop tcg_temp_free from vr54xx_translate.cRichard Henderson1-4/+0
2023-03-13target/mips: Drop tcg_temp_free from tx79_translate.cRichard Henderson1-41/+0
2023-03-13target/mips: Drop tcg_temp_free from translate_addr_const.cRichard Henderson1-7/+0
2023-03-13target/mips: Drop tcg_temp_free from octeon_translate.cRichard Henderson1-23/+0
2023-03-13target/mips: Drop tcg_temp_free from nanomips_translate.c.incRichard Henderson1-117/+10
2023-03-13target/mips: Drop tcg_temp_free from mxu_translate.cRichard Henderson1-51/+0
2023-03-13target/mips: Drop tcg_temp_free from msa_translate.cRichard Henderson1-9/+0
2023-03-13target/mips: Drop tcg_temp_free from micromips_translate.c.incRichard Henderson1-8/+0
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