On 22/7/24 15:16, Daniel P. Berrangé wrote:
This adds trace points to every error scenario in the chardev socket backend that can lead to termination of the connection.Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- chardev/char-socket.c | 34 +++++++++++++++++++++------------- chardev/trace-events | 10 ++++++++++ 2 files changed, 31 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>