Re: [libvirt] [PATCH v8 05/11] qemu: Refactor qemuBlockStorageSourceBuildHostsJSONSocketAddress

2017-09-19 Thread Peter Krempa
On Thu, Sep 14, 2017 at 08:51:50 -0400, John Ferlan wrote: > From: Ashish Mittal > > Extract out the "guts" of building a server entry into it's own > separately callable/usable function in order to allow building > a server entry for a consumer with src->nhosts == 1. > > Signed-off-by: John Fer

[libvirt] [PATCH v8 05/11] qemu: Refactor qemuBlockStorageSourceBuildHostsJSONSocketAddress

2017-09-14 Thread John Ferlan
From: Ashish Mittal Extract out the "guts" of building a server entry into it's own separately callable/usable function in order to allow building a server entry for a consumer with src->nhosts == 1. Signed-off-by: John Ferlan --- src/qemu/qemu_block.c | 106 +--