[libvirt] [libvirt-glib PATCHv2 1/5] Add objects for dealing with <console> devices

Daniel P. Berrange berrange at redhat.com
Tue Dec 6 11:36:59 UTC 2011


On Tue, Dec 06, 2011 at 11:18:03AM +0100, Christophe Fergeau wrote:
> Add an abstract GVirConfigDomainChardev object for <console>,
> <serial>, ... devices and a GVirConfigDomainConsole implementation.
> This needs to be completed with a separate GVirConfigDomainChardevSource
> inheritance tree which will be specialized to
> GVirConfigDomainChardevSourcePty, ... and GVirConfigDomainChardev will
> offer a helper function to attach a GVirConfigDomainChardevSource to
> a GVirConfigDomainChardev
> ---
>  libvirt-gconfig/Makefile.am                      |    4 +
>  libvirt-gconfig/libvirt-gconfig-domain-chardev.c |   48 +++++++++++++++
>  libvirt-gconfig/libvirt-gconfig-domain-chardev.h |   64 ++++++++++++++++++++
>  libvirt-gconfig/libvirt-gconfig-domain-console.c |   70 ++++++++++++++++++++++
>  libvirt-gconfig/libvirt-gconfig-domain-console.h |   67 +++++++++++++++++++++
>  libvirt-gconfig/libvirt-gconfig.h                |    2 +
>  libvirt-gconfig/libvirt-gconfig.sym              |    6 ++
>  7 files changed, 261 insertions(+), 0 deletions(-)
>  create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-chardev.c
>  create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-chardev.h
>  create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-console.c
>  create mode 100644 libvirt-gconfig/libvirt-gconfig-domain-console.h

ACK to all 5 patches.

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list