Re: [libvirt] [PATCHv6 3/8] storage: Add file storage APIs in the default storage driver

2014-02-13 Thread Eric Blake
On 02/13/2014 09:49 AM, Peter Krempa wrote: > Add APIs that will allow to use the storage driver to assist in > operations on files even for remote filesystems without native > representation as files in the host. > --- > > Notes: > Version 6: > - rewrite due to change of exporting approac

[libvirt] [PATCHv6 3/8] storage: Add file storage APIs in the default storage driver

2014-02-13 Thread Peter Krempa
Add APIs that will allow to use the storage driver to assist in operations on files even for remote filesystems without native representation as files in the host. --- Notes: Version 6: - rewrite due to change of exporting approach Version 5: - adapt to error reporting change