]> xenbits.xensource.com Git - libvirt.git/commit
Extend graphics event to include UNIX socket
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 21 Oct 2011 08:14:02 +0000 (09:14 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Oct 2011 09:23:53 +0000 (10:23 +0100)
commit6aa27da287ba0f2c5ad4713972222296383c5b2e
tree4dda90d4155eb9d0cc50af8bac0045bccfd80b9b
parent9d96f1ce906084e698c48e7fc9be4524632ebc01
Extend graphics event to include UNIX socket

Not all VNC/SPICE servers use a TCP socket for their connections.
It is possible to configure a UNIX socket server. The graphics
event must thus include a UNIX socket address type.

* include/libvirt/libvirt.h.in: Add UNIX socket address type
  for graphics event
* src/qemu/qemu_monitor_json.c: Add 'unix' string to address
  type enum
include/libvirt/libvirt.h.in
src/qemu/qemu_monitor_json.c