From: Igor Mammedov <imammedo@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, qemu-ppc@nongnu.org,
Eduardo Habkost <ehabkost@redhat.com>,
David Gibson <david@gibson.dropbear.id.au>,
Andrew Jones <drjones@redhat.com>
Subject: [Qemu-devel] [PATCH v2 4/5] numa: fallback to default NUMA node instead of node 0
Date: Tue, 23 May 2017 16:38:49 +0200 [thread overview]
Message-ID: <1495550330-34087-5-git-send-email-imammedo@redhat.com> (raw)
In-Reply-To: <1495550330-34087-1-git-send-email-imammedo@redhat.com>
Do the same as we did in commit
(57924bcd8 numa: introduce machine callback for VCPU to node mapping)
but only for incomplete mapping usecase, falling back to board
provided default cpu to node mapping if user hasn't provided
mapping for CPU explicitly.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
---
hw/core/machine.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/hw/core/machine.c b/hw/core/machine.c
index 964b75d..b8df15f 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -730,9 +730,6 @@ static void machine_numa_finish_init(MachineState *machine)
g_string_append_printf(s, "%sCPU %d [%s]",
s->len ? ", " : "", i, cpu_str);
g_free(cpu_str);
-
- /* non mapped cpus used to fallback to node 0 */
- props.node_id = 0;
}
props.has_node_id = true;
--
2.7.4
next prev parent reply other threads:[~2017-05-23 14:39 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-23 14:38 [Qemu-devel] [PATCH v2 0/5] numa: code consolidation and fixes Igor Mammedov
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 1/5] numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr Igor Mammedov
2017-05-26 15:01 ` Eduardo Habkost
2017-05-26 15:33 ` Eduardo Habkost
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 2/5] numa: move default mapping init to machine Igor Mammedov
2017-05-26 15:02 ` Eduardo Habkost
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 3/5] numa: make sure that all cpus in has has_node_id set if numa is enabled Igor Mammedov
2017-05-26 16:06 ` Eduardo Habkost
2017-05-29 11:45 ` Igor Mammedov
2017-05-29 13:22 ` Eduardo Habkost
2017-05-23 14:38 ` Igor Mammedov [this message]
2017-05-23 14:48 ` [Qemu-devel] [PATCH v2 4/5] numa: fallback to default NUMA node instead of node 0 Eduardo Habkost
2017-05-23 15:44 ` Igor Mammedov
2017-05-26 14:58 ` Eduardo Habkost
2017-05-29 9:12 ` Igor Mammedov
2017-05-29 12:11 ` Igor Mammedov
2017-05-23 14:38 ` [Qemu-devel] [PATCH v2 5/5] numa: move numa_node from CPUState into target specific classes Igor Mammedov
2017-05-26 18:25 ` Eduardo Habkost
2017-05-29 12:12 ` Igor Mammedov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1495550330-34087-5-git-send-email-imammedo@redhat.com \
--to=imammedo@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=drjones@redhat.com \
--cc=ehabkost@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).