Re: [libvirt] [PATCH v2 6/7] qemu: switch QEMU capabilities to use virFileCache

2017-07-26 Thread Jiri Denemark
On Fri, Jul 21, 2017 at 15:30:14 +0200, Pavel Hrdina wrote: > The switch contains considerable amount of changes: > > virQEMUCapsRememberCached() is removed because this is now handled > by virFileCacheSave(). > > virQEMUCapsInitCached() is removed because this is now handled by > virFile

[libvirt] [PATCH v2 6/7] qemu: switch QEMU capabilities to use virFileCache

2017-07-21 Thread Pavel Hrdina
The switch contains considerable amount of changes: virQEMUCapsRememberCached() is removed because this is now handled by virFileCacheSave(). virQEMUCapsInitCached() is removed because this is now handled by virFileCacheLoad(). virQEMUCapsNewForBinary() is split into two functions, v