Re: [libvirt] [PATCH v3 29/52] qemu: Refactor virQEMUCapsLoadAccel

2019-11-12 Thread Ján Tomko
On Tue, Nov 05, 2019 at 02:27:27PM +0100, Jiri Denemark wrote: And make it use virQEMUCapsGetAccel once rather than repeating the same code in all functions called from virQEMUCapsLoadAccel. Signed-off-by: Jiri Denemark --- Notes: Version 3: - new patch src/qemu/qemu_capabilities.c | 40

[libvirt] [PATCH v3 29/52] qemu: Refactor virQEMUCapsLoadAccel

2019-11-05 Thread Jiri Denemark
And make it use virQEMUCapsGetAccel once rather than repeating the same code in all functions called from virQEMUCapsLoadAccel. Signed-off-by: Jiri Denemark --- Notes: Version 3: - new patch src/qemu/qemu_capabilities.c | 40 ++-- 1 file changed, 15 inse