Hi On Thu, Mar 11, 2021 at 2:33 PM Paolo Bonzini <pbonz...@redhat.com> wrote:
> Compared to v1, which only affected the prose of the documentation, I > am also changing the message names in the docs and code now. > > Patch 2 was also adjusted according to Stefan's documentation, and > "frontend/backend" (with no hyphen) is used consistently. > > Paolo > > What about renaming VhostUserSlaveRequest too ? (subprojects/libvhost-user/libvhost-user.h & hw/virtio/vhost-user.c) Supersedes: <20210226143413.188046-1-pbonz...@redhat.com> > > Paolo Bonzini (7): > 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: vhost-user: rename message names from "SLAVE" to "BACKEND" > vhost-user: rename message names from "SLAVE" to "BACKEND" > libvhost-user: rename message names from "SLAVE" to "BACKEND" > libvhost-user: rename struct VuDev fields from "slave" to "backend" > > docs/interop/vhost-user-gpu.rst | 10 +- > docs/interop/vhost-user.rst | 532 ++++++++++++---------- > hw/virtio/vhost-user.c | 96 ++-- > subprojects/libvhost-user/libvhost-user.c | 66 +-- > subprojects/libvhost-user/libvhost-user.h | 45 +- > 5 files changed, 395 insertions(+), 354 deletions(-) > > -- > 2.26.2 > >