]> git.ipfire.org Git - thirdparty/qemu.git/commit
numa: remove not needed check
authorIgor Mammedov <imammedo@redhat.com>
Thu, 12 Dec 2019 12:48:55 +0000 (13:48 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 11 May 2020 20:30:18 +0000 (15:30 -0500)
commit89eebb016dcedf08c26940dcecdab3db026e9e2c
tree879a1fd51c03f192c9d6b5549538c9e7a41869a3
parentdef30090ad7917c9a6c68065922759dd83900d6f
numa: remove not needed check

Currently parse_numa_node() is always called from already numa
enabled context.
Drop unnecessary check if numa is supported.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <1576154936-178362-2-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
(cherry picked from commit 5275db59aa7ff8a26bd6aa5d07cb4d53de5cfab5)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/core/numa.c