[PATCH 0/3] docs: replace master/slave with more accurate wording

Paolo Bonzini posted 3 patches 4 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210226143413.188046-1-pbonzini@redhat.com
Test checkpatch passed
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
There is a newer version of this series
docs/interop/vhost-user-gpu.rst |  10 +-
docs/interop/vhost-user.rst     | 537 +++++++++++++++++---------------
2 files changed, 285 insertions(+), 262 deletions(-)
[PATCH 0/3] docs: replace master/slave with more accurate wording
Posted by Paolo Bonzini 4 years, 8 months ago
Usually front-end/back-end are used for the two vhost sides rather than
master/slave.  Use them in the documentation as they identify more
clearly what is going on (plus, the documentation was sometimes using
client/server instead).

Jag, would you mind doing the same for multiprocess too?

Paolo

Paolo Bonzini (3):
  docs: vhost-user: clean up request/reply description
  docs: vhost-user: rewrite section on ring state machine
  docs: vhost-user: replace master/slave with front-end/back-end

 docs/interop/vhost-user-gpu.rst |  10 +-
 docs/interop/vhost-user.rst     | 537 +++++++++++++++++---------------
 2 files changed, 285 insertions(+), 262 deletions(-)

-- 
2.26.2


Re: [PATCH 0/3] docs: replace master/slave with more accurate wording
Posted by Jag Raman 4 years, 8 months ago

> On Feb 26, 2021, at 9:34 AM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> 
> Usually front-end/back-end are used for the two vhost sides rather than
> master/slave.  Use them in the documentation as they identify more
> clearly what is going on (plus, the documentation was sometimes using
> client/server instead).
> 
> Jag, would you mind doing the same for multiprocess too?

Hi Paolo,

Sure, I’ll change the references to master/slave terminology for multiprocess.

Thank you!
--
Jag

> 
> Paolo
> 
> Paolo Bonzini (3):
>  docs: vhost-user: clean up request/reply description
>  docs: vhost-user: rewrite section on ring state machine
>  docs: vhost-user: replace master/slave with front-end/back-end
> 
> docs/interop/vhost-user-gpu.rst |  10 +-
> docs/interop/vhost-user.rst     | 537 +++++++++++++++++---------------
> 2 files changed, 285 insertions(+), 262 deletions(-)
> 
> -- 
> 2.26.2
>