numa: drop support for '-numa node' (without memory specified)
commitb21aa7e01eb82f94ccdd7afdbe299a242d215272
authorIgor Mammedov <imammedo@redhat.com>
Fri, 11 Sep 2020 08:44:08 +0000 (11 04:44 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:09:20 +0000 (30 19:09 +0200)
treecdca8a14877d475fa33bef167d1e15f350eb5077
parent8f814ea1a2769311c71af069210dbba1de3aa9a4
numa: drop support for '-numa node' (without memory specified)

it was deprecated since 4.1
commit 4bb4a2732e (numa: deprecate implict memory distribution between nodes)

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 memory devices (pc|nv-dimm) are present
use `info memory-device` and subtract device memory from output of
`info numa`.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20200911084410.788171-2-imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/system/deprecated.rst
hw/core/machine.c
hw/core/numa.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/ppc/spapr.c
include/hw/boards.h
include/sysemu/numa.h