Re: [PATCH v5 4/4] vhost-user: refactor send_resp code

2023-09-05 Thread Philippe Mathieu-Daudé
On 2/8/23 11:08, Albert Esteve wrote: Refactor code to send response message so that all common parts both for the common REPLY_ACK case, and other data responses, can call it and avoid code repetition. Signed-off-by: Albert Esteve --- hw/virtio/vhost-user.c | 36 +

[PATCH v5 4/4] vhost-user: refactor send_resp code

2023-08-02 Thread Albert Esteve
Refactor code to send response message so that all common parts both for the common REPLY_ACK case, and other data responses, can call it and avoid code repetition. Signed-off-by: Albert Esteve --- hw/virtio/vhost-user.c | 36 +--- 1 file changed, 9 insertions(+),