Re: [PATCH v1 03/13] hw/virtio: add vhost_user_[read|write] trace points

2022-03-21 Thread Philippe Mathieu-Daudé
On 21/3/22 16:30, Alex Bennée wrote: These are useful when trying to debug the initial vhost-user negotiation, especially when it hard to get logging from the low level library on the other side. Signed-off-by: Alex Bennée --- v2 - fixed arguments --- hw/virtio/vhost-user.c | 4 hw/

[PATCH v1 03/13] hw/virtio: add vhost_user_[read|write] trace points

2022-03-21 Thread Alex Bennée
These are useful when trying to debug the initial vhost-user negotiation, especially when it hard to get logging from the low level library on the other side. Signed-off-by: Alex Bennée --- v2 - fixed arguments --- hw/virtio/vhost-user.c | 4 hw/virtio/trace-events | 2 ++ 2 files change