From nobody Sun Jul 26 13:28:54 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; 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 Return-Path: Received: from lists1p.gnu.org (lists1p.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1781177832420445.7871290236051; Thu, 11 Jun 2026 04:37:12 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists1p.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1wXdi1-0001la-DB; Thu, 11 Jun 2026 07:36:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wXdhv-0001lF-7f; Thu, 11 Jun 2026 07:36:23 -0400 Received: from proxmox-new.maurer-it.com ([94.136.29.106]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wXdht-0000eN-9P; Thu, 11 Jun 2026 07:36:22 -0400 Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 9AD12426CD; Thu, 11 Jun 2026 13:36:16 +0200 (CEST) From: Fiona Ebner To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Subject: [PATCH] qemu-options: fix typo in spelling of 'scheduler' Date: Thu, 11 Jun 2026 13:34:24 +0200 Message-ID: <20260611113547.651075-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1781177727057 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=lists1p.gnu.org; Received-SPF: pass client-ip=94.136.29.106; envelope-from=f.ebner@proxmox.com; helo=proxmox-new.maurer-it.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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 Precedence: list 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-ZM-MESSAGEID: 1781177835293158501 Content-Type: text/plain; charset="utf-8" Signed-off-by: Fiona Ebner Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- qemu-options.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 96ae41f787..2fd21519b2 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -5517,7 +5517,7 @@ DEF("sandbox", HAS_ARG, QEMU_OPTION_sandbox, \ " main QEMU process but will allow forks and execve= s to run unprivileged\n" \ " use 'spawn' to avoid QEMU to spawn new threads or pro= cesses by\n" \ " blocking *fork and execve\n" \ - " use 'resourcecontrol' to disable process affinity and= schedular priority\n", + " use 'resourcecontrol' to disable process affinity and= scheduler priority\n", QEMU_ARCH_ALL) SRST ``-sandbox arg[,obsolete=3Dstring][,elevateprivileges=3Dstring][,spawn=3Ds= tring][,resourcecontrol=3Dstring]`` @@ -5534,7 +5534,7 @@ SRST Disable \*fork and execve =20 ``resourcecontrol=3Dstring`` - Disable process affinity and schedular priority + Disable process affinity and scheduler priority ERST =20 DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig, --=20 2.47.3