Re: [libvirt] [PATCHv4 3/7] storage: Implement file storage APIs in the default storage driver

2014-02-11 Thread Peter Krempa
On 02/10/14 23:09, Eric Blake wrote: On 02/03/2014 09:54 AM, Peter Krempa wrote: Implement the APIs added by the previous patch in the default storage driver used by qemu. --- src/check-aclrules.pl | 1 + src/storage/storage_backend.c | 37 ++

Re: [libvirt] [PATCHv4 3/7] storage: Implement file storage APIs in the default storage driver

2014-02-10 Thread Eric Blake
On 02/03/2014 09:54 AM, Peter Krempa wrote: Implement the APIs added by the previous patch in the default storage driver used by qemu. --- src/check-aclrules.pl | 1 + src/storage/storage_backend.c | 37 ++ src/storage/storage_backend.h | 43 +

[libvirt] [PATCHv4 3/7] storage: Implement file storage APIs in the default storage driver

2014-02-03 Thread Peter Krempa
Implement the APIs added by the previous patch in the default storage driver used by qemu. --- src/check-aclrules.pl | 1 + src/storage/storage_backend.c | 37 ++ src/storage/storage_backend.h | 43 + src/storage/storage_driver.c | 89