)]}'
{
  "commit": "65c1c039cdbcf66e9bc5b0366c8f7cc22284359a",
  "tree": "8e15f35f06de303a9359a72405acd2c8afa3eb5c",
  "parents": [
    "ad58ba13d04b85c141bca2d927fb9de6490bf0c1"
  ],
  "author": {
    "name": "Peter Maydell",
    "email": "peter.maydell@linaro.org",
    "time": "Tue Nov 05 10:09:55 2024 +0000"
  },
  "committer": {
    "name": "Peter Maydell",
    "email": "peter.maydell@linaro.org",
    "time": "Tue Nov 05 10:09:55 2024 +0000"
  },
  "message": "target/sparc: Move cpu_put_fsr(env, 0) call to reset\n\nCurrently we call cpu_put_fsr(0) in sparc_cpu_realizefn(), which\ninitializes various fields in the CPU struct:\n * fsr_cexc_ftt\n * fcc[]\n * fsr_qne\n * fsr\nIt also sets the rounding mode in env-\u003efp_status.\n\nThis is largely pointless, because when we later reset the CPU\nthis will zero out all the fields up until the \"end_reset_fields\"\nlabel, which includes all of these (but not fp_status!)\n\nMove the cpu_put_fsr(env, 0) call to reset, because that expresses\nthe logical requirement: we want to reset FSR to 0 on every reset.\nThis isn\u0027t a behaviour change because the fields are all zero anyway.\n\nSigned-off-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nReviewed-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\nReviewed-by: Mark Cave-Ayland \u003cmark.cave-ayland@ilande.co.uk\u003e\nReviewed-by: Richard Henderson \u003crichard.henderson@linaro.org\u003e\nMessage-id: 20241025141254.2141506-12-peter.maydell@linaro.org\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "54cb269e0af179d93c270f3ebf479c02459548d6",
      "old_mode": 33188,
      "old_path": "target/sparc/cpu.c",
      "new_id": "e7f4068a162b011099ad88255148f7d14a698d2b",
      "new_mode": 33188,
      "new_path": "target/sparc/cpu.c"
    }
  ]
}
