On 9/18/20 11:34 AM, Daniel P. Berrangé wrote: > Reporting "Failed to connect socket" is essentially useless for a user > attempting to diagnose failure. It needs to include the target addres > details. Simiarly when failing to create a socket we should include the
Typos "address", "Similarly". > socket family info, so the user understands what particular feature was > missing in their kernel build (IPv6, VSock in particular). > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > tests/qemu-iotests/162.out | 4 ++-- > util/qemu-sockets.c | 32 +++++++++++++++++++------------- > 2 files changed, 21 insertions(+), 15 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>