qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Validate NUMA node IDs (reject duplicate/missin


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/3] Validate NUMA node IDs (reject duplicate/missing node IDs properly)
Date: Thu, 26 Jun 2014 18:33:17 -0300

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 <address@hidden>
Cc: "Michael S. Tsirkin" <address@hidden>
Cc: Alexey Kardashevskiy <address@hidden>
Cc: Hu Tao <address@hidden>
Cc: address@hidden
Cc: Anton Blanchard <address@hidden>
Cc: David Rientjes <address@hidden>
Cc: Igor Mammedov <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]