From: Michael S. Tsirkin Date: Mon, 17 Nov 2025 11:54:28 +0000 (-0500) Subject: vhost-user: ancilliary -> ancillary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196ac2544107121f64eeae5dccd2e72e72d55ab5;p=thirdparty%2Fqemu.git vhost-user: ancilliary -> ancillary My dictionary says the former spelling is incorrect. Message-ID: <52339e58-4366-4b7c-872f-b28e05370a5d@linaro.org> Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Gustavo Romero Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst index 93a9c8df2b..93f756d3f4 100644 --- a/docs/interop/vhost-user.rst +++ b/docs/interop/vhost-user.rst @@ -411,8 +411,8 @@ in the ancillary data: * ``VHOST_USER_SET_INFLIGHT_FD`` (if ``VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD``) * ``VHOST_USER_SET_DEVICE_STATE_FD`` -When sending file descriptors in ancilliary data, *front-end* should -associate the ancilliary data with a ``sendmsg`` operation (or +When sending file descriptors in ancillary data, *front-end* should +associate the ancillary data with a ``sendmsg`` operation (or equivalent) that sends bytes starting with the first byte of the message header. *back-end* can therefore expect that file descriptors will only be received in the first ``recvmsg`` operation for a message