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

2013-03-28 Thread Daniel P. Berrange
On Thu, Mar 21, 2013 at 05:50:47PM +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

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

2013-03-21 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 v4: