From nobody Sat Apr 11 21:33:40 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=yandex-team.ru ARC-Seal: i=1; a=rsa-sha256; t=1773218893; cv=none; d=zohomail.com; s=zohoarc; b=OPP7fbeHsY7mDnLxwKYUwediNJOUoLTBnirIvXhEewe7qhrqtAsXN/sOz+IvdF0E11vietlcB0YfGfMpnMV1WiT44pKuQXGncfjawzbVrHVYWWsXAZqPjN+kFPZZuxAh8YhMbIgZuEwD+QQe4NKHV4fnfPqDlt4xq7BhOoL5Tn0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1773218893; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=eyqrprl6+xFGXQOmGuqrFJPUo2zVTAn+JMzLZkciUPY=; b=LAfuJA+z/JunhTZmUDfcTMEHCUMHPTlLK3JTIAWKlz1aLu9XZT/DdniNy7mijgElDag1WaBuXAgmgNhhzbDna4WWWhp02fx+D08WE/UmJCoYWBaiK2kT1P3WmqPVbJZE5U49ZC43Ph8C4P5fyveDTs/BzSnvVRP0vOsHcfpM0Xk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1773218893608547.5958111702391; Wed, 11 Mar 2026 01:48:13 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1w0FEM-0007Z8-TR; Wed, 11 Mar 2026 04:47:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w0FEK-0007Xm-M7; Wed, 11 Mar 2026 04:47:48 -0400 Received: from forwardcorp1d.mail.yandex.net ([2a02:6b8:c41:1300:1:45:d181:df01]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w0FEI-00064P-LS; Wed, 11 Mar 2026 04:47:48 -0400 Received: from mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:bf1f:0:640:c739:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id D5D368082C; Wed, 11 Mar 2026 11:47:40 +0300 (MSK) Received: from dtalexundeer-nx.yandex-team.ru (unknown [2a02:6bf:8080:b38::1:12]) by mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id TlBqj00AleA0-LSrHIX8r; Wed, 11 Mar 2026 11:47:40 +0300 Precedence: bulk X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1773218860; bh=eyqrprl6+xFGXQOmGuqrFJPUo2zVTAn+JMzLZkciUPY=; h=Message-Id:Date:In-Reply-To:Cc:Subject:References:To:From; b=nlZfs4F6G8VFnXfw2a0tfeJfvypGW36ijB8w4D6Uxrq0FXq5hXfDPWNwHzBvOXp66 HCUvODBfe4J3k2bMNzJ3rKaJfiY5loccPLGY3HmCmWWSoCS+D6m1/5GoDD6nFFwrKO A8jjU1WAbiun4viOhSCDBLTY7YrT7xPLFrf77M50= Authentication-Results: mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru From: Alexandr Moshkov To: qemu-devel@nongnu.org Cc: virtio-fs@lists.linux.dev, zhenwei pi , Hanna Reitz , "yc-core@yandex-team.ru" , "Gonglei (Arei)" , Raphael Norwitz , Milan Zamazal , Stefan Hajnoczi , Jason Wang , =?UTF-8?q?Alex=20Benn=C3=A9e?= , qemu-block@nongnu.org, Pierrick Bouvier , Paolo Bonzini , "Michael S. Tsirkin" , Stefano Garzarella , Fam Zheng , Kevin Wolf , Alexandr Moshkov Subject: [PATCH v2 1/4] vhost-user.rst: fix typo Date: Wed, 11 Mar 2026 13:47:25 +0500 Message-Id: <20260311084728.751169-2-dtalexundeer@yandex-team.ru> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260311084728.751169-1-dtalexundeer@yandex-team.ru> References: <20260311084728.751169-1-dtalexundeer@yandex-team.ru> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2a02:6b8:c41:1300:1:45:d181:df01; envelope-from=dtalexundeer@yandex-team.ru; helo=forwardcorp1d.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @yandex-team.ru) X-ZM-MESSAGEID: 1773218897124158500 Content-Type: text/plain; charset="utf-8" Signed-off-by: Alexandr Moshkov Reviewed-by: Vladimir Sementsov-Ogievskiy --- docs/interop/vhost-user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst index 137c9f3669..bfa75ff9a3 100644 --- a/docs/interop/vhost-user.rst +++ b/docs/interop/vhost-user.rst @@ -1268,7 +1268,7 @@ Front-end message types How to suspend an in-flight request depends on the implementation of the= back-end but it typically can be done by aborting or cancelling the underlying I/O request. The ``VHOST_USER_PROTOCOL_F_GET_VRING_BASE_INFLIGHT`` - protocol feature must only be neogotiated if + protocol feature must only be negotiated if ``VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD`` is also negotiated. =20 ``VHOST_USER_SET_VRING_KICK`` --=20 2.34.1