)]}'
{
  "commit": "b16e0dae8e9c8fd43bcea2f76c47ec2419d2eca6",
  "tree": "ed41a8c625bab8f1573e2dfa559b27b5e91c31ee",
  "parents": [
    "468bd4ba1cec4aca744097b5ec6463f506b53a84"
  ],
  "author": {
    "name": "Fabiano Rosas",
    "email": "farosas@suse.de",
    "time": "Fri Jan 23 11:16:50 2026 -0300"
  },
  "committer": {
    "name": "Fabiano Rosas",
    "email": "farosas@suse.de",
    "time": "Fri Jan 23 11:32:18 2026 -0300"
  },
  "message": "migration: Move channel parsing to channel.c\n\nEncapsulate the MigrationChannelList parsing in a new\nmigrate_channels_parse() located at channel.c.\n\nThis also makes the memory management of the MigrationAddress more\nuniform. Previously, half the parsing code (uri parsing) would\nallocate memory for the address while the other half (channel parsing)\nwould instead pass the original QAPI object along. After this patch,\nthe MigrationAddress is always QAPI_CLONEd, so the callers can use\ng_autoptr(MigrationAddress) in all cases.\n\nReviewed-by: Peter Xu \u003cpeterx@redhat.com\u003e\nReviewed-by: Prasad Pandit \u003cpjp@fedoraproject.org\u003e\nLink: https://lore.kernel.org/qemu-devel/20260123141656.6765-21-farosas@suse.de\nSigned-off-by: Fabiano Rosas \u003cfarosas@suse.de\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "56c80b5cdfb1953d6eeab3bf61b320f5aec4647a",
      "old_mode": 33188,
      "old_path": "migration/channel.c",
      "new_id": "433d67fba0b497a8d3668c1fad2b33a0d7e87f9c",
      "new_mode": 33188,
      "new_path": "migration/channel.c"
    },
    {
      "type": "modify",
      "old_id": "8264fe327ddcfab88075f3f443d36ef95bb892ee",
      "old_mode": 33188,
      "old_path": "migration/channel.h",
      "new_id": "5110fb45a42a3ab72fb61de460a90f6045111a9f",
      "new_mode": 33188,
      "new_path": "migration/channel.h"
    },
    {
      "type": "modify",
      "old_id": "8226a6e55736872da9450b61c69ba95d6f6f3a00",
      "old_mode": 33188,
      "old_path": "migration/migration.c",
      "new_id": "f823bf2584640603b9e346470466bbdca66526da",
      "new_mode": 33188,
      "new_path": "migration/migration.c"
    }
  ]
}
