)]}'
{
  "commit": "bde8adb808eeffb02fdcbd3425f09f1645bdcf4a",
  "tree": "0f0a37fc0f0252ac53aa68052bc93bc149355e41",
  "parents": [
    "7d01623a1b0d282430a1e99fbe62068e27a4b4c4"
  ],
  "author": {
    "name": "Peter Maydell",
    "email": "peter.maydell@linaro.org",
    "time": "Tue Jul 23 17:25:25 2024 +0100"
  },
  "committer": {
    "name": "Peter Maydell",
    "email": "peter.maydell@linaro.org",
    "time": "Mon Jul 29 16:59:44 2024 +0100"
  },
  "message": "target/i386: Remove dead assignment to ss in do_interrupt64()\n\nCoverity points out that in do_interrupt64() in the \"to inner\nprivilege\" codepath we set \"ss \u003d 0\", but because we also set\n\"new_stack \u003d 1\" there, later in the function we will always override\nthat value of ss with \"ss \u003d 0 | dpl\".\n\nRemove the unnecessary initialization of ss, which allows us to\nreduce the scope of the variable to only where it is used.  Borrow a\ncomment from helper_lcall_protected() that explains what \"0 | dpl\"\nmeans here.\n\nResolves: Coverity CID 1527395\nSigned-off-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nReviewed-by: Richard Henderson \u003crichard.henderson@linaro.org\u003e\nReviewed-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\nMessage-id: 20240723162525.1585743-1-peter.maydell@linaro.org\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "aac092a356b03e3c0648857a979e99c99e7b60e6",
      "old_mode": 33188,
      "old_path": "target/i386/tcg/seg_helper.c",
      "new_id": "bab552cd535f9051a6a2a22db7a513a3c7005144",
      "new_mode": 33188,
      "new_path": "target/i386/tcg/seg_helper.c"
    }
  ]
}
