)]}'
{
  "commit": "be07a0ed22cf10ede7330efbb4818f5896cd6fe3",
  "tree": "26437bc4d51707ae334be4aad3f69221ec62f5b0",
  "parents": [
    "0f8596180a304182d4fcf8686b73355de9f37a5d"
  ],
  "author": {
    "name": "Juan Quintela",
    "email": "quintela@redhat.com",
    "time": "Wed Oct 25 11:11:17 2023 +0200"
  },
  "committer": {
    "name": "Juan Quintela",
    "email": "quintela@redhat.com",
    "time": "Tue Oct 31 08:44:33 2023 +0100"
  },
  "message": "qemu-file: Make qemu_fflush() return errors\n\nThis let us simplify code of this shape.\n\n   qemu_fflush(f);\n   int ret \u003d qemu_file_get_error(f);\n   if (ret) {\n      return ret;\n   }\n\ninto:\n\n   int ret \u003d qemu_fflush(f);\n   if (ret) {\n      return ret;\n   }\n\nI updated all callers where there is any error check.\nqemu_fclose() don\u0027t need to check for f-\u003elast_error because\nqemu_fflush() returns it at the beggining of the function.\n\nReviewed-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\nReviewed-by: Fabiano Rosas \u003cfarosas@suse.de\u003e\nSigned-off-by: Juan Quintela \u003cquintela@redhat.com\u003e\n\nMessage-ID: \u003c20231025091117.6342-13-quintela@redhat.com\u003e\nSigned-off-by: Juan Quintela \u003cquintela@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "72f4f7b37ea1b5bbdddf0c521a70c10a1aeeee95",
      "old_mode": 33188,
      "old_path": "migration/colo.c",
      "new_id": "4447e349149a19bf1ed9969e923b1ea8b2296989",
      "new_mode": 33188,
      "new_path": "migration/colo.c"
    },
    {
      "type": "modify",
      "old_id": "aa7b791833c8bac19435dea876c1ad9269c1875c",
      "old_mode": 33188,
      "old_path": "migration/migration.c",
      "new_id": "6abcbefd9cd69ac9abb10a9a9ae6b32e196349d4",
      "new_mode": 33188,
      "new_path": "migration/migration.c"
    },
    {
      "type": "modify",
      "old_id": "7e738743cea088626c177fe75bd39ddd761757ab",
      "old_mode": 33188,
      "old_path": "migration/qemu-file.c",
      "new_id": "d64500310d91eec3aa7bd3d6617c43302ee68b68",
      "new_mode": 33188,
      "new_path": "migration/qemu-file.c"
    },
    {
      "type": "modify",
      "old_id": "1b2f6b8d8f7d7b697f848a2d257e7b3f2a3f5128",
      "old_mode": 33188,
      "old_path": "migration/qemu-file.h",
      "new_id": "1774116f7902c0eb07dce39a0a2c8cc4547345b7",
      "new_mode": 33188,
      "new_path": "migration/qemu-file.h"
    },
    {
      "type": "modify",
      "old_id": "cec9bd31d9746c9318fbd00dc8d4e183fb25d12f",
      "old_mode": 33188,
      "old_path": "migration/ram.c",
      "new_id": "34724e8fe86858b12369670f75b85a9e23f49f85",
      "new_mode": 33188,
      "new_path": "migration/ram.c"
    },
    {
      "type": "modify",
      "old_id": "e3493e3b3edb2d90e2b20144d94a98eb443c28a3",
      "old_mode": 33188,
      "old_path": "migration/rdma.c",
      "new_id": "2938db4f64cc78fefa6968b73cc5d62e58dde14b",
      "new_mode": 33188,
      "new_path": "migration/rdma.c"
    },
    {
      "type": "modify",
      "old_id": "9ec78abd532b132d17eef5482e07f67d3f6100f6",
      "old_mode": 33188,
      "old_path": "migration/savevm.c",
      "new_id": "c7835e9c736b03b31057b5911fcb19695a4c2df7",
      "new_mode": 33188,
      "new_path": "migration/savevm.c"
    }
  ]
}
