[libvirt] [sandbox PATCH 02/10] Add configuration object for disk support

Daniel P. Berrange berrange at redhat.com
Thu Jun 25 16:33:06 UTC 2015


On Thu, Jun 25, 2015 at 01:27:22PM +0200, Eren Yagdiran wrote:
> Add the config gobject, functions to store and load the new configuration
> fragments and test. This will allow creating sandboxes with attached
> disk with a parameter formatted like file:hda=/source/file.qcow2,format=qcow2
> ---
>  libvirt-sandbox/Makefile.am                   |   2 +
>  libvirt-sandbox/libvirt-sandbox-config-disk.c | 274 ++++++++++++++++++++++++
>  libvirt-sandbox/libvirt-sandbox-config-disk.h |  82 +++++++
>  libvirt-sandbox/libvirt-sandbox-config.c      | 293 ++++++++++++++++++++++++++
>  libvirt-sandbox/libvirt-sandbox-config.h      |  10 +
>  libvirt-sandbox/libvirt-sandbox.h             |   1 +
>  libvirt-sandbox/libvirt-sandbox.sym           |   4 +
>  libvirt-sandbox/tests/test-config.c           |  11 +
>  8 files changed, 677 insertions(+)
>  create mode 100644 libvirt-sandbox/libvirt-sandbox-config-disk.c
>  create mode 100644 libvirt-sandbox/libvirt-sandbox-config-disk.h

Main comment is to replace 'target' with 'tag' throughout.

Regards,
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