[PATCH] qemu-options: fix typo in spelling of 'scheduler'

Fiona Ebner posted 1 patch 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260611113547.651075-1-f.ebner@proxmox.com
qemu-options.hx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] qemu-options: fix typo in spelling of 'scheduler'
Posted by Fiona Ebner 1 month, 2 weeks ago
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 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 execves to run unprivileged\n" \
     "                use 'spawn' to avoid QEMU to spawn new threads or processes 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=string][,elevateprivileges=string][,spawn=string][,resourcecontrol=string]``
@@ -5534,7 +5534,7 @@ SRST
         Disable \*fork and execve
 
     ``resourcecontrol=string``
-        Disable process affinity and schedular priority
+        Disable process affinity and scheduler priority
 ERST
 
 DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig,
-- 
2.47.3
Re: [PATCH] qemu-options: fix typo in spelling of 'scheduler'
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
On 11/6/26 13:34, Fiona Ebner wrote:
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>   qemu-options.hx | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>

Re: [PATCH] qemu-options: fix typo in spelling of 'scheduler'
Posted by Laurent Vivier 1 month, 2 weeks ago
Le 11/06/2026 à 13:34, Fiona Ebner a écrit :
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>   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 execves to run unprivileged\n" \
>       "                use 'spawn' to avoid QEMU to spawn new threads or processes 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=string][,elevateprivileges=string][,spawn=string][,resourcecontrol=string]``
> @@ -5534,7 +5534,7 @@ SRST
>           Disable \*fork and execve
>   
>       ``resourcecontrol=string``
> -        Disable process affinity and schedular priority
> +        Disable process affinity and scheduler priority
>   ERST
>   
>   DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig,

Reviewed-by: Laurent Vivier <laurent@vivier.eu>