qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
@ 2023-02-08 20:32 Maxime Coquelin
  2023-02-08 20:32 ` [PATCH v2 1/3] docs: vhost-user: " Maxime Coquelin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Maxime Coquelin @ 2023-02-08 20:32 UTC (permalink / raw)
  To: qemu-devel, mst, pbonzini, stephen, chenbo.xia, thomas, dmarchan
  Cc: Maxime Coquelin

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-09  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 20:32 [PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_ Maxime Coquelin
2023-02-08 20:32 ` [PATCH v2 1/3] docs: vhost-user: " Maxime Coquelin
2023-02-08 20:32 ` [PATCH v2 2/3] libvhost-user: Adopt new backend naming Maxime Coquelin
2023-02-08 20:32 ` [PATCH v2 3/3] vhost-user: " Maxime Coquelin
2023-02-09  7:02 ` [PATCH v2 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_ Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).