Re: [libvirt] [PATCHv5 6/7] qemu: snapshot: Use new APIs to detect presence of existing storage files

2014-02-12 Thread Eric Blake
On 02/11/2014 09:26 AM, Peter Krempa wrote: Use the new storage driver based stat api to detect exiting files just as we did with local files. --- Notes: Version 5: - new in sereis src/qemu/qemu_driver.c | 59 +++--- 1 file

[libvirt] [PATCHv5 6/7] qemu: snapshot: Use new APIs to detect presence of existing storage files

2014-02-11 Thread Peter Krempa
Use the new storage driver based stat api to detect exiting files just as we did with local files. --- Notes: Version 5: - new in sereis src/qemu/qemu_driver.c | 59 +++--- 1 file changed, 27 insertions(+), 32 deletions(-) diff --git