)]}'
{
  "commit": "1ff7df1a848044f58d0f3540f1447db4bb1d2d20",
  "tree": "6285933f4f13b37968ee3ca36a8f96c408252a21",
  "parents": [
    "adc5ec856c557f75adc60b310e5b1d38210a289c"
  ],
  "author": {
    "name": "aliguori",
    "email": "aliguori@c046a42c-6fe2-441c-8c8c-71466251a162",
    "time": "Fri Mar 06 20:27:05 2009 +0000"
  },
  "committer": {
    "name": "aliguori",
    "email": "aliguori@c046a42c-6fe2-441c-8c8c-71466251a162",
    "time": "Fri Mar 06 20:27:05 2009 +0000"
  },
  "message": "Enhance \u0027info vnc\u0027 monitor output (\"Daniel P. Berrange\")\n\nThe current \u0027info vnc\u0027 monitor output just displays the VNC server address\nas provided by the -vnc command line flag. This isn\u0027t particularly useful\nsince it doesn\u0027t tell you what VNC is actually listening on. eg, if you\nuse \u0027-vnc :1\u0027 it is useful to know whether this translated to \u00270.0.0.0:5901\u0027\nor chose IPv6 \u0027:::5901\u0027.  It is also useful to know the address of the\nclient that is currently connected. It is also useful to know the active\nauthentication (if any).\n\nThis patch tweaks the monitor output to look like:\n\n   (qemu) info vnc\n    Server:\n         address: 0.0.0.0:5902\n            auth: vencrypt+x509\n    Client: none\n\nAnd when 2 clients are connected\n\n   (qemu) info vnc\n    Server:\n         address: 0.0.0.0:5902\n            auth: vencrypt+x509\n    Client:\n         address: 10.33.6.67:38621\n    Client:\n         address: 10.33.6.63:38620\n\nMore data will be added to this later in the patch series...\n\nThe \u0027addr_to_string\u0027 helper method in this patch is overly generic\nfor the needs of this patch alone. This is because it will be re-used\nby the later SASL patches in this series, where the flexibility is\nimportant.\n\n\n vnc.c |  137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----\n 1 file changed, 127 insertions(+), 10 deletions(-)\n\n   Signed-off-by: Daniel P. Berrange \u003cberrange@redhat.com\u003e\nSigned-off-by: Anthony Liguori \u003caliguori@us.ibm.com\u003e\n\n\ngit-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6720 c046a42c-6fe2-441c-8c8c-71466251a162\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "816923410bd0293586d9dc7f404ae91a024ddc1d",
      "old_mode": 33188,
      "old_path": "vnc.c",
      "new_id": "d5f7adfef682b300937782f46351cf7c9e4126cc",
      "new_mode": 33188,
      "new_path": "vnc.c"
    }
  ]
}
