Re: [libvirt] [PATCH v2 5/7] qemu: pass only host arch instead of the whole virCaps

2017-07-26 Thread Jiri Denemark
On Fri, Jul 21, 2017 at 15:30:13 +0200, Pavel Hrdina wrote: > This is a preparation for following patches where we switch to > virFileCache for QEMU capabilities cache > > The host arch will always remain the same but virCaps may change. Now > the host arch is stored while creating new qemu capab

[libvirt] [PATCH v2 5/7] qemu: pass only host arch instead of the whole virCaps

2017-07-21 Thread Pavel Hrdina
This is a preparation for following patches where we switch to virFileCache for QEMU capabilities cache The host arch will always remain the same but virCaps may change. Now the host arch is stored while creating new qemu capabilities cache. It removes the need to pass virCaps into virQEMUCapsCac