On 04/25/2018 11:15 AM, Peter Krempa wrote:
The gluster protocol in qemu uses two styles, one of which is legacy
and
not covered by the QAPI schema. To allow using of the new style in the
blockdev-add code, add a parameter for
qemuBlockStorageSourceGetBackendProps which will switch between the two
modes.
awkward to look at with line length limit used. Maybe just start a new
paragraph with "To allow...".
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_block.c | 11 +++++++----
src/qemu/qemu_block.h | 3 ++-
src/qemu/qemu_command.c | 2 +-
tests/qemublocktest.c | 2 +-
4 files changed, 11 insertions(+), 7 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John