)]}'
{
  "commit": "a69d9af449e9de200abc751d8614124c7486426f",
  "tree": "6084d65bbc17548416225f1e4e9324fb32fde8b4",
  "parents": [
    "f7d9fd8c7270de25b1e0d0a462b6958b53aa31b2"
  ],
  "author": {
    "name": "Paolo Bonzini",
    "email": "pbonzini@redhat.com",
    "time": "Mon Feb 17 14:43:48 2014 +0100"
  },
  "committer": {
    "name": "Kevin Wolf",
    "email": "kwolf@redhat.com",
    "time": "Fri Feb 21 21:02:22 2014 +0100"
  },
  "message": "nbd: produce a better error if neither host nor port is passed\n\nBefore:\n    $ qemu-io-old\n    qemu-io-old\u003e open -r -o file.driver\u003dnbd\n    qemu-io-old: can\u0027t open device (null): Could not open image: Invalid argument\n    $ ./qemu-io-old\n    qemu-io-old\u003e open -r -o file.driver\u003dnbd,file.host\u003dfoo,file.path\u003dbar\n    path and host may not be used at the same time.\n    qemu-io-old: can\u0027t open device (null): Could not open image: Invalid argument\n\nAfter:\n    $ ./qemu-io\n    qemu-io\u003e open -r -o file.driver\u003dnbd\n    one of path and host must be specified.\n    qemu-io: can\u0027t open device (null): Could not open image: Invalid argument\n    $ ./qemu-io\n    qemu-io\u003e open -r -o file.driver\u003dnbd,file.host\u003dfoo,file.path\u003dbar\n    path and host may not be used at the same time.\n    qemu-io: can\u0027t open device (null): Could not open image: Invalid argument\n\nNext patch will fix the error propagation.\n\nSigned-off-by: Paolo Bonzini \u003cpbonzini@redhat.com\u003e\nReviewed-by: Fam Zheng \u003cfamz@redhat.com\u003e\nSigned-off-by: Kevin Wolf \u003ckwolf@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "abae506f04dc6ad3c8464be65671e6aa279556aa",
      "old_mode": 33188,
      "old_path": "block/nbd.c",
      "new_id": "a83e8565e5b404d0d9628c2093b708857b3c456d",
      "new_mode": 33188,
      "new_path": "block/nbd.c"
    },
    {
      "type": "modify",
      "old_id": "30e2dbd6d787f7294b54f6aacd2e3207054b0a26",
      "old_mode": 33188,
      "old_path": "tests/qemu-iotests/051.out",
      "new_id": "3e8d9621b78cc42bcd057862af17ae58ecfedf5c",
      "new_mode": 33188,
      "new_path": "tests/qemu-iotests/051.out"
    }
  ]
}
