qemu-options: fix typo in spelling of 'scheduler'
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Fiona Ebner committed
Jun 11, 2026 at 13:34 UTC
2a57339f89f47b4b1686f419fa2bbd6c0ea6e016
1 file changed
+2
-2
qemu-options.hx
+2
-2
@@ -5517,7 +5517,7 @@ DEF("sandbox", HAS_ARG, QEMU_OPTION_sandbox, \
5517
" main QEMU process but will allow forks and execves to run unprivileged\n" \
5518
" use 'spawn' to avoid QEMU to spawn new threads or processes by\n" \
5519
" blocking *fork and execve\n" \
5520
- " use 'resourcecontrol' to disable process affinity and schedular priority\n",
5520
+ " use 'resourcecontrol' to disable process affinity and scheduler priority\n",
5521
QEMU_ARCH_ALL)
5522
SRST
5523
``-sandbox arg[,obsolete=string][,elevateprivileges=string][,spawn=string][,resourcecontrol=string]``
@@ -5534,7 +5534,7 @@ SRST
5534
Disable \*fork and execve
5535
5536
``resourcecontrol=string``
5537
- Disable process affinity and schedular priority
5537
+ Disable process affinity and scheduler priority
5538
ERST
5539
5540
DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig,