)]}'
{
  "commit": "587ed6be0b6331b11169da8846b8442840d5428c",
  "tree": "ba82b977f169e27edbab2539ab179d63d7c1b146",
  "parents": [
    "ebe52b592dd5867fce7238f49b8c0416c3eedb6c"
  ],
  "author": {
    "name": "Corey Bryant",
    "email": "coreyb@linux.vnet.ibm.com",
    "time": "Thu Oct 18 15:19:34 2012 -0400"
  },
  "committer": {
    "name": "Kevin Wolf",
    "email": "kwolf@redhat.com",
    "time": "Wed Oct 24 10:26:19 2012 +0200"
  },
  "message": "qemu-config: Add new -add-fd command line option\n\nThis option can be used for passing file descriptors on the\ncommand line.  It mirrors the existing add-fd QMP command which\nallows an fd to be passed to QEMU via SCM_RIGHTS and added to an\nfd set.\n\nThis can be combined with commands such as -drive to link file\ndescriptors in an fd set to a drive:\n\n    qemu-kvm -add-fd fd\u003d3,set\u003d2,opaque\u003d\"rdwr:/path/to/file\"\n             -add-fd fd\u003d4,set\u003d2,opaque\u003d\"rdonly:/path/to/file\"\n             -drive file\u003d/dev/fdset/2,index\u003d0,media\u003ddisk\n\nThis example adds dups of fds 3 and 4, and the accompanying opaque\nstrings to the fd set with ID\u003d2.  qemu_open() already knows how\nto handle a filename of this format.  qemu_open() searches the\ncorresponding fd set for an fd and when it finds a match, QEMU\ngoes on to use a dup of that fd just like it would have used an\nfd that it opened itself.\n\nSigned-off-by: Corey Bryant \u003ccoreyb@linux.vnet.ibm.com\u003e\nReviewed-by: Eric Blake \u003ceblake@redhat.com\u003e\nSigned-off-by: Kevin Wolf \u003ckwolf@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cd1ec2165ae1b0100eff7a6de7bd9857e5cd0652",
      "old_mode": 33188,
      "old_path": "qemu-config.c",
      "new_id": "601237db9dd0742479a55342c4609ea56d5f83c9",
      "new_mode": 33188,
      "new_path": "qemu-config.c"
    },
    {
      "type": "modify",
      "old_id": "46f0539182fd60943c29461986be2d6200fd772b",
      "old_mode": 33188,
      "old_path": "qemu-options.hx",
      "new_id": "a67a2551e50c1ff6d4ce7ed314f203de6dcbe524",
      "new_mode": 33188,
      "new_path": "qemu-options.hx"
    },
    {
      "type": "modify",
      "old_id": "ee3c43ae2f131db8dddef5e325cc7dfe4473ad60",
      "old_mode": 33188,
      "old_path": "vl.c",
      "new_id": "b870caf2c8fa4e45f9123fbd3c996be54bda9042",
      "new_mode": 33188,
      "new_path": "vl.c"
    }
  ]
}
