mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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>
This commit is contained in:
committed by
Michael Tokarev
parent
8e35e3f851
commit
2a57339f89
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user