[libvirt] [PATCH 01/22] conf: Implement virStorageVolType enum helper functions

Eric Blake eblake at redhat.com
Mon Nov 25 18:15:32 UTC 2013


On 11/25/2013 09:11 AM, Peter Krempa wrote:
> Add support for string conversion from and to the virStorageVolType
> enum.
> ---
>  src/conf/storage_conf.c  | 4 ++++
>  src/conf/storage_conf.h  | 2 ++
>  src/libvirt_private.syms | 2 ++
>  3 files changed, 8 insertions(+)

You can drop most of this patch; commit 1b5c8d4 added the same.

> +++ b/src/libvirt_private.syms
> @@ -701,6 +701,8 @@ virStorageVolDefFree;
>  virStorageVolDefParseFile;
>  virStorageVolDefParseNode;
>  virStorageVolDefParseString;
> +virStorageVolTypeFromString;
> +virStorageVolTypeToString;

This may be the only salvageable part; if so, squash it into the patch
where you first need the symbols exported.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131125/f97e93de/attachment-0001.sig>


More information about the libvir-list mailing list