diff options
author | Stefan Weil | 2020-11-17 20:34:48 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-11-18 09:29:41 +0100 |
commit | ac9574bc879c50aecd4abf1d680e146f97d55487 (patch) | |
tree | b915ebdb2f1f594751396c3d5893c93297f04045 /docs/system/deprecated.rst | |
parent | meson: Fix argument for makensis (build regression) (diff) | |
download | qemu-ac9574bc879c50aecd4abf1d680e146f97d55487.tar.gz qemu-ac9574bc879c50aecd4abf1d680e146f97d55487.tar.xz qemu-ac9574bc879c50aecd4abf1d680e146f97d55487.zip |
docs: Fix some typos (found by codespell)
Fix also a similar typo in a code comment.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-Id: <20201117193448.393472-1-sw@weilnetz.de>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/system/deprecated.rst')
-rw-r--r-- | docs/system/deprecated.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index bbaae0d97c..d98464098f 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -473,7 +473,7 @@ default configuration. The CPU model runnability guarantee won't apply anymore to existing CPU models. Management software that needs runnability -guarantees must resolve the CPU model aliases using te +guarantees must resolve the CPU model aliases using the ``alias-of`` field returned by the ``query-cpu-definitions`` QMP command. @@ -660,7 +660,7 @@ Splitting RAM by default between NUMA nodes had the same issues as ``mem`` parameter with the difference that the role of the user plays QEMU using implicit generic or board specific splitting rule. Use ``memdev`` with *memory-backend-ram* backend or ``mem`` (if -it's supported by used machine type) to define mapping explictly instead. +it's supported by used machine type) to define mapping explicitly instead. Users of existing VMs, wishing to preserve the same RAM distribution, should configure it explicitly using ``-numa node,memdev`` options. Current RAM distribution can be retrieved using HMP command ``info numa`` and if separate |