Re: [PATCH v3 09/21] hw/virtio: fix vhost_user_read tracepoint

2022-07-27 Thread Jason Wang
在 2022/7/27 03:21, Alex Bennée 写道: As reads happen in the callback we were never seeing them. We only really care about the header so move the tracepoint to when the header is complete. Fixes: 6ca6d8ee9d (hw/virtio: add vhost_user_[read|write] trace points) Signed-off-by: Alex Bennée Acked

[PATCH v3 09/21] hw/virtio: fix vhost_user_read tracepoint

2022-07-26 Thread Alex Bennée
As reads happen in the callback we were never seeing them. We only really care about the header so move the tracepoint to when the header is complete. Fixes: 6ca6d8ee9d (hw/virtio: add vhost_user_[read|write] trace points) Signed-off-by: Alex Bennée --- hw/virtio/vhost-user.c | 4 ++-- 1 file ch