)]}'
{
  "commit": "5fa737a4792c0aef9cf0588242336eefb0cb8ca8",
  "tree": "561729fe751b0d5c91cf7f98e8e9254ae25c205b",
  "parents": [
    "956f1a0d838e8045020ff8175e9ac3982b1e8079"
  ],
  "author": {
    "name": "Luiz Capitulino",
    "email": "lcapitulino@redhat.com",
    "time": "Thu Nov 26 22:59:01 2009 -0200"
  },
  "committer": {
    "name": "Anthony Liguori",
    "email": "aliguori@us.ibm.com",
    "time": "Thu Dec 03 09:41:23 2009 -0600"
  },
  "message": "QMP: Input support\n\nThe JSON stream parser is used to do QMP input. When there\nare enough characters to be parsed it calls Monitor\u0027s\nhandle_qmp_command() function to handle the input.\n\nThis function\u0027s job is to check if the input is correct and\ncall the appropriate handler. In other words, it does for QMP\nwhat handle_user_command() does for the user protocol.\n\nThis means that handle_qmp_command() also has to parse the\n(ugly) \"args_type\" format to able to get the arguments names\nand types expected by the handler.\n\nThe format to input commands in QMP is as follows:\n\n{ \"execute\": json-string,\n  \"id\": json-value, \"arguments\": json-object }\n\nPlease, note that this commit also adds \"id\" support.\n\nSigned-off-by: Luiz Capitulino \u003clcapitulino@redhat.com\u003e\nSigned-off-by: Anthony Liguori \u003caliguori@us.ibm.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "70665bd789be3fa2f3e99814eb75207e078052f3",
      "old_mode": 33188,
      "old_path": "monitor.c",
      "new_id": "845e4054723df8a7431eb967dd30cc9c9dfc474e",
      "new_mode": 33188,
      "new_path": "monitor.c"
    }
  ]
}
