]> xenbits.xensource.com Git - libvirt.git/commit
Add vbox_snapshot_conf struct
authorYohan BELLEGUIC <yohan.belleguic@diateam.net>
Mon, 19 May 2014 12:47:31 +0000 (14:47 +0200)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 10 Jun 2014 14:07:36 +0000 (15:07 +0100)
commit4dc5d8f1004d5c7de92f4f5cdadedb9991a1746d
tree28a66f7814034880a1f3047d3953df97ea863596
parent538ee9331454a36a2bf291ffcd5ed4307ea4d70c
Add vbox_snapshot_conf struct

This structure contains the data to be saved in the VirtualBox XML file
and can be manipulated with severals exposed functions.
The structure is created by vboxSnapshotLoadVboxFile taking the
machine XML file.
It also can rewrite the XML by using vboxSnapshotSaveVboxFile.
po/POTFILES.in
src/Makefile.am
src/vbox/vbox_snapshot_conf.c [new file with mode: 0644]
src/vbox/vbox_snapshot_conf.h [new file with mode: 0644]
tests/Makefile.am
tests/vboxsnapshotxmldata/2disks-1snap.vbox [new file with mode: 0644]
tests/vboxsnapshotxmldata/2disks-2snap.vbox [new file with mode: 0644]
tests/vboxsnapshotxmldata/2disks-3snap-brother.vbox [new file with mode: 0644]
tests/vboxsnapshotxmldata/2disks-3snap.vbox [new file with mode: 0644]
tests/vboxsnapshotxmldata/2disks-nosnap.vbox [new file with mode: 0644]
tests/vboxsnapshotxmltest.c [new file with mode: 0644]