qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Validate NUMA node IDs (reject duplicate/missing node IDs properly)
@ 2014-06-26 21:33 Eduardo Habkost
  2014-06-26 21:33 ` [Qemu-devel] [PATCH 1/3] numa: Keep track of NUMA nodes present on the command-line Eduardo Habkost
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Eduardo Habkost @ 2014-06-26 21:33 UTC (permalink / raw)
  To: qemu-devel, Hu Tao
  Cc: Michael S. Tsirkin, Alexey Kardashevskiy, Nishanth Aravamudan,
	Anton Blanchard, David Rientjes, Igor Mammedov

This is just a cleanup to make sure QEMU validate the NUMA node IDs on the
command-line. After that, we may eventually change the code to accept sparse
node IDs under some circumstances (but I am not sure that would be material for
QEMU 2.1).

Cc: Nishanth Aravamudan <nacc@linux.vnet.ibm.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Alexey Kardashevskiy <aik@ozlabs.ru>
Cc: Hu Tao <hutao@cn.fujitsu.com>
Cc: qemu-devel@nongnu.org
Cc: Anton Blanchard <anton@samba.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Igor Mammedov <imammedo@redhat.com>

Eduardo Habkost (3):
  numa: Keep track of NUMA nodes present on the command-line
  numa: Reject duplicate node IDs
  numa: Reject configuration if not all node IDs are present

 include/sysemu/sysemu.h |  7 ++++++-
 numa.c                  | 24 +++++++++++++++++++++++-
 vl.c                    |  3 +++
 3 files changed, 32 insertions(+), 2 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-29 15:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 21:33 [Qemu-devel] [PATCH 0/3] Validate NUMA node IDs (reject duplicate/missing node IDs properly) Eduardo Habkost
2014-06-26 21:33 ` [Qemu-devel] [PATCH 1/3] numa: Keep track of NUMA nodes present on the command-line Eduardo Habkost
2014-06-27  3:10   ` Hu Tao
2014-06-26 21:33 ` [Qemu-devel] [PATCH 2/3] numa: Reject duplicate node IDs Eduardo Habkost
2014-06-27  3:30   ` Hu Tao
2014-06-26 21:33 ` [Qemu-devel] [PATCH 3/3] numa: Reject configuration if not all node IDs are present Eduardo Habkost
2014-06-27  3:33   ` Hu Tao
2014-06-27 13:08     ` Eduardo Habkost
2014-06-26 21:50 ` [Qemu-devel] [PATCH for 2.1 0/3] Validate NUMA node IDs (reject duplicate/missing node IDs properly) Eric Blake
2014-06-29 15:02 ` [Qemu-devel] [PATCH " Michael S. Tsirkin

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).