)]}'
{
  "commit": "014dbdac8798799d081abc9dff3e4876ca54f49e",
  "tree": "691736a6d7140366d429716b02895ba59d183e63",
  "parents": [
    "8793d601f38b417d63820456582e1e22e51c2d34"
  ],
  "author": {
    "name": "Bernhard Beschow",
    "email": "shentey@gmail.com",
    "time": "Tue Apr 30 17:06:38 2024 +0200"
  },
  "committer": {
    "name": "Philippe Mathieu-Daudé",
    "email": "philmd@linaro.org",
    "time": "Wed May 08 19:43:23 2024 +0200"
  },
  "message": "hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()\n\nGiven that memory_region_set_readonly() is a no-op when the readonlyness is\nalready as requested it is possible to simplify the pattern\n\n  if (condition) {\n    foo(true);\n  }\n\nto\n\n  foo(condition);\n\nwhich is shorter and allows to see the invariant of the code more easily.\n\nSigned-off-by: Bernhard Beschow \u003cshentey@gmail.com\u003e\nReviewed-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\nMessage-ID: \u003c20240430150643.111976-2-shentey@gmail.com\u003e\nSigned-off-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3d5b51e92db3933ea1e485b6b3c4fb4543a520bf",
      "old_mode": 33188,
      "old_path": "hw/i386/x86.c",
      "new_id": "2a4f3ee28520e2957b09ad170e08db67adfb768a",
      "new_mode": 33188,
      "new_path": "hw/i386/x86.c"
    }
  ]
}
