[libvirt] [PATCH v4 1/3] virFile: Add APIs for extended attributes handling

2013-03-15 Thread Michal Privoznik
Currently, only three wrappers are being implemented: virFileSetAttr for setting attributes virFileGetAttr for querying attributes (note we need to call it twice, first time to get length of attribute value, second to get actual value) virFileRemoveAttr for removing attributes --- diff to v3:

Re: [libvirt] [PATCH v4 1/3] virFile: Add APIs for extended attributes handling

2013-03-15 Thread Daniel P. Berrange
On Fri, Mar 15, 2013 at 03:12:01PM +0100, Michal Privoznik wrote: Currently, only three wrappers are being implemented: virFileSetAttr for setting attributes virFileGetAttr for querying attributes (note we need to call it twice, first time to get length of attribute value, second to get actual