[PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_

Maxime Coquelin posted 3 patches 1 year, 2 months ago
docs/interop/vhost-user.rst               | 40 +++++++++++------------
hw/virtio/vhost-user.c                    | 30 ++++++++---------
hw/virtio/virtio-qmp.c                    | 12 +++----
subprojects/libvhost-user/libvhost-user.c | 20 ++++++------
subprojects/libvhost-user/libvhost-user.h | 20 ++++++------
5 files changed, 61 insertions(+), 61 deletions(-)
[PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
Posted by Maxime Coquelin 1 year, 2 months ago
This series continues the work done to switch to a more
inclusive terminology in the Vhost-user specification.

While the spec texts were changed to replace slave with
backend, the protocol features and messages names hadn't
been changed. 

This series renames remaining occurences in the spec and
make use of the new names in both libvhost-user and the
Vhost-user frontend code.

Changes in v2:
==============
- Use positive wording (Michael)
- Fix grammar mistakes (Michael)

Maxime Coquelin (3):
  docs: vhost-user: replace _SLAVE_ with _BACKEND_
  libvhost-user: Adopt new backend naming
  vhost-user: Adopt new backend naming

 docs/interop/vhost-user.rst               | 40 +++++++++++------------
 hw/virtio/vhost-user.c                    | 30 ++++++++---------
 hw/virtio/virtio-qmp.c                    | 12 +++----
 subprojects/libvhost-user/libvhost-user.c | 20 ++++++------
 subprojects/libvhost-user/libvhost-user.h | 20 ++++++------
 5 files changed, 61 insertions(+), 61 deletions(-)

-- 
2.39.1
Re: [PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
On 8/2/23 21:32, Maxime Coquelin wrote:

> Maxime Coquelin (3):
>    docs: vhost-user: replace _SLAVE_ with _BACKEND_
>    libvhost-user: Adopt new backend naming
>    vhost-user: Adopt new backend naming
> 
>   docs/interop/vhost-user.rst               | 40 +++++++++++------------
>   hw/virtio/vhost-user.c                    | 30 ++++++++---------
>   hw/virtio/virtio-qmp.c                    | 12 +++----
>   subprojects/libvhost-user/libvhost-user.c | 20 ++++++------
>   subprojects/libvhost-user/libvhost-user.h | 20 ++++++------
>   5 files changed, 61 insertions(+), 61 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>