]> git.proxmox.com Git - mirror_qemu.git/commit
numa: deprecate implict memory distribution between nodes
authorIgor Mammedov <imammedo@redhat.com>
Thu, 30 May 2019 08:33:19 +0000 (10:33 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 5 Jul 2019 20:08:03 +0000 (17:08 -0300)
commit4bb4a2732e097cd20594bab9039fcba9fac0b31f
tree1d5b59cc7cc1b58db133afd44e46e0c57ad32c2a
parentcdf80365205ad2b05519049eaa9a71c7804bd240
numa: deprecate implict memory distribution between nodes

Implicit RAM distribution between nodes has exactly the same issues as:
  "numa: deprecate 'mem' parameter of '-numa node' option"
only with QEMU being the user that's 'adding' 'mem' parameter.

Deprecate it, to get it out of the way so that we could consolidate
guest RAM allocation using memory backends making it consistent and
possibly later on transition to using memory devices instead of
adhoc memory mapping for the initial RAM.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <1559205199-233510-4-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/numa.c
qemu-deprecated.texi