[libvirt] [gconfig v2 0/4] Add support for changing listen address

Visarion Alexandru viorel.visarion at gmail.com
Mon Aug 1 20:52:36 UTC 2016


From: Visarion Alexandru <viorel.visarion at gmail.com>

libvirt-domain-graphics-listen defines an abstract class used
to represent one listen node.

libvirt-domain-graphics-liste-address defines a class that
represents a listen node of type 'address', for the 
graphics device.

We have to first remove the 'listen' attribute of the 
graphics device before adding child 'listen' nodes,
to avoid inconsistencies check.

Visarion Alexandru (4):
  Introduce libvirt-domain-graphics-listen
  Introduce libvirt-gconfig-domain-graphics-listen-address
  config: Add vnc host setter
  config: Add spice host setter

 libvirt-gconfig/Makefile.am                        |  4 ++
 ...ibvirt-gconfig-domain-graphics-listen-address.c | 79 ++++++++++++++++++++++
 ...ibvirt-gconfig-domain-graphics-listen-address.h | 67 ++++++++++++++++++
 .../libvirt-gconfig-domain-graphics-listen.c       | 48 +++++++++++++
 .../libvirt-gconfig-domain-graphics-listen.h       | 64 ++++++++++++++++++
 .../libvirt-gconfig-domain-graphics-spice.c        | 28 ++++++++
 .../libvirt-gconfig-domain-graphics-spice.h        |  3 +
 .../libvirt-gconfig-domain-graphics-vnc.c          | 28 ++++++++
 .../libvirt-gconfig-domain-graphics-vnc.h          |  3 +
 libvirt-gconfig/libvirt-gconfig.h                  |  2 +
 libvirt-gconfig/libvirt-gconfig.sym                |  6 ++
 11 files changed, 332 insertions(+)
 create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-graphics-listen-address.c
 create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-graphics-listen-address.h
 create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-graphics-listen.c
 create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-graphics-listen.h

-- 
2.7.4




More information about the libvir-list mailing list