On Mon, Jun 19, 2017 at 03:58:28PM +0200, Peter Krempa wrote:
'SocketAddress' structure was changed to contain
'inet' instead of
'tcp' since qemu commit c5f1ae3ae7b. Existing entries have a backward
compatibility layer.
Libvirt will parse 'inet' and 'tcp' as equivalents.
---
src/util/virstoragefile.c | 23 +++++++++--------------
tests/virstoragetest.c | 2 +-
2 files changed, 10 insertions(+), 15 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>