This series aims at easing Vhost logs analysis, by prepending the Vhost-user socket path to all logs and to remove multi-line comments. Doing so, filtering Vhost-user ports logs is much easier.
Maxime Coquelin (7): vhost: improve IOTLB logs vhost: improve vDPA registration failure log vhost: improve socket layer logs vhost: improve Vhost layer logs vhost: improve Vhost-user layer logs vhost: improve Virtio-net layer logs vhost: remove multi-line logs lib/vhost/iotlb.c | 26 +- lib/vhost/iotlb.h | 10 +- lib/vhost/socket.c | 131 ++++----- lib/vhost/vdpa.c | 4 +- lib/vhost/vhost.c | 106 ++++--- lib/vhost/vhost_user.c | 653 ++++++++++++++++++++--------------------- lib/vhost/virtio_net.c | 165 +++++------ 7 files changed, 518 insertions(+), 577 deletions(-) -- 2.31.1