Re: [libvirt] [PATCH v3 2/5] qemu_capabilities: Separate out device props fetching

2018-04-19 Thread Ján Tomko
On Thu, Apr 19, 2018 at 04:00:24PM +0200, Michal Privoznik wrote: The code is written generic enough to be reused. Move it into a s/written// or s/generic/generically/ separate function. Signed-off-by: Michal Privoznik --- src/qemu/qemu_capabilities.c | 62

[libvirt] [PATCH v3 2/5] qemu_capabilities: Separate out device props fetching

2018-04-19 Thread Michal Privoznik
The code is written generic enough to be reused. Move it into a separate function. Signed-off-by: Michal Privoznik --- src/qemu/qemu_capabilities.c | 62 ++-- 1 file changed, 42 insertions(+), 20 deletions(-) diff --git