[libvirt] [libvirt-glib 1/3] Add LibvirtGConfigDomainChardevSourceUnix

2015-07-09 Thread T A Mahadevan
) 2015 T A Mahadevan + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version

[libvirt] [libvirt-glib 2/3] buildsys: Add missing libraries to LDFLAGS

2015-07-09 Thread T A Mahadevan
Without these changes 'make check' would not run on Ubuntu because of a link failure as the tests are directly using glib/libvirt symbols. --- tests/Makefile.am | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 63865e8..c146817 1006

[libvirt] [libvirt-glib 3/3] Add ram and vgamem attributes for graphics model.

2015-07-09 Thread T A Mahadevan
--- libvirt-gconfig/libvirt-gconfig-domain-video.c | 25 + libvirt-gconfig/libvirt-gconfig-domain-video.h | 5 + libvirt-gconfig/libvirt-gconfig.sym| 2 ++ 3 files changed, 32 insertions(+) diff --git a/libvirt-gconfig/libvirt-gconfig-domain-video.c b/li