)]}'
{
  "commit": "23e79ed4bfa31bae7bb32eb4edbe8a1ffd3ac776",
  "tree": "d75af9d55a9bb97b26138ab19fa00259149e5b84",
  "parents": [
    "43f507555dd705dbad6235fb56afdef2217adb05"
  ],
  "author": {
    "name": "Philippe Mathieu-Daudé",
    "email": "philmd@linaro.org",
    "time": "Tue Feb 10 15:23:57 2026 +0100"
  },
  "committer": {
    "name": "Philippe Mathieu-Daudé",
    "email": "philmd@linaro.org",
    "time": "Tue Mar 10 11:36:21 2026 +0100"
  },
  "message": "accel/kvm: Make kvm_irqchip*notifier() declaration non target-specific\n\nCommit 3607715a308 (\"kvm: Introduce KVM irqchip change notifier\")\nrestricted the kvm_irqchip*notifier() declarations to target-specific\nfiles, guarding them under the NEED_CPU_H (later renamed as\nCOMPILING_PER_TARGET) #ifdef check.\n\nThis however prohibit building the kvm-stub.c file once:\n\n  ../accel/stubs/kvm-stub.c:70:6: error: no previous prototype for function \u0027kvm_irqchip_add_change_notifier\u0027 [-Werror,-Wmissing-prototypes]\n     70 | void kvm_irqchip_add_change_notifier(Notifier *n)\n        |      ^\n  ../accel/stubs/kvm-stub.c:74:6: error: no previous prototype for function \u0027kvm_irqchip_remove_change_notifier\u0027 [-Werror,-Wmissing-prototypes]\n     74 | void kvm_irqchip_remove_change_notifier(Notifier *n)\n        |      ^\n  ../accel/stubs/kvm-stub.c:78:6: error: no previous prototype for function \u0027kvm_irqchip_change_notify\u0027 [-Werror,-Wmissing-prototypes]\n     78 | void kvm_irqchip_change_notify(void)\n        |      ^\n\nSince nothing in these prototype declarations is target specific,\nmove them around to be generically available, allowing to build\nkvm-stub.c once for all targets in the next commit.\n\nSigned-off-by: Philippe Mathieu-Daudé \u003cphilmd@linaro.org\u003e\nReviewed-by: Pierrick Bouvier \u003cpierrick.bouvier@linaro.org\u003e\nMessage-Id: \u003c20260309174941.67624-2-philmd@linaro.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4b0e1b4ab147645bb59f9bb5d5864fcb3987f97b",
      "old_mode": 33188,
      "old_path": "include/system/kvm.h",
      "new_id": "5fa33eddda38f80954b919b021c5125f63a3e73e",
      "new_mode": 33188,
      "new_path": "include/system/kvm.h"
    }
  ]
}
