numa: drop support for '-numa node' (without memory specified)
it was deprecated since 4.1 commit 4bb4a273 (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>
Showing
- docs/system/deprecated.rst 14 additions, 9 deletionsdocs/system/deprecated.rst
- hw/core/machine.c 0 additions, 1 deletionhw/core/machine.c
- hw/core/numa.c 0 additions, 55 deletionshw/core/numa.c
- hw/i386/pc_piix.c 0 additions, 1 deletionhw/i386/pc_piix.c
- hw/i386/pc_q35.c 0 additions, 1 deletionhw/i386/pc_q35.c
- hw/ppc/spapr.c 0 additions, 1 deletionhw/ppc/spapr.c
- include/hw/boards.h 0 additions, 2 deletionsinclude/hw/boards.h
- include/sysemu/numa.h 0 additions, 4 deletionsinclude/sysemu/numa.h
Loading
Please register or sign in to comment