)]}'
{
  "commit": "4bd683d6f19dfe05a628af5deca2009e2a1783bf",
  "tree": "146dc87f7b4e4964c00087b80a5a2748c54ee9f5",
  "parents": [
    "ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a"
  ],
  "author": {
    "name": "Peter Maydell",
    "email": "peter.maydell@linaro.org",
    "time": "Thu Aug 15 14:52:45 2024 +0100"
  },
  "committer": {
    "name": "Cédric Le Goater",
    "email": "clg@redhat.com",
    "time": "Tue Sep 17 10:37:55 2024 +0200"
  },
  "message": "hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup()\n\nThe tracepoint trace_vfio_msix_early_setup() uses \"int\" for the type\nof the table_bar argument, but we use this to print a uint32_t.\nCoverity warns that this means that we could end up treating it as a\nnegative number.\n\nWe only use this in printing the value in the tracepoint, so\nmishandling it as a negative number would be harmless, but it\u0027s\nbetter to use the right type in the tracepoint.  Use uint64_t to\nmatch how we print the table_offset in the vfio_msix_relo()\ntracepoint.\n\nResolves: Coverity CID 1547690\nSigned-off-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nReviewed-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\nReviewed-by: Cédric Le Goater \u003cclg@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "98bd4dcceadc62517a510b81ad4a2a4d8ae61b22",
      "old_mode": 33188,
      "old_path": "hw/vfio/trace-events",
      "new_id": "c475c273fd8de156c68bca3f6eaf804c94276ff6",
      "new_mode": 33188,
      "new_path": "hw/vfio/trace-events"
    }
  ]
}
