From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1GcF-0004e3-JX for qemu-devel@nongnu.org; Sun, 29 Jun 2014 11:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1GcB-0001Ro-Mi for qemu-devel@nongnu.org; Sun, 29 Jun 2014 11:02:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1GcB-0001Rk-Ep for qemu-devel@nongnu.org; Sun, 29 Jun 2014 11:01:59 -0400 Date: Sun, 29 Jun 2014 18:02:13 +0300 From: "Michael S. Tsirkin" Message-ID: <20140629150213.GD26880@redhat.com> References: <1403818400-13671-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403818400-13671-1-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] Validate NUMA node IDs (reject duplicate/missing node IDs properly) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Alexey Kardashevskiy , Hu Tao , Nishanth Aravamudan , qemu-devel@nongnu.org, Anton Blanchard , David Rientjes , Igor Mammedov On Thu, Jun 26, 2014 at 06:33:17PM -0300, Eduardo Habkost wrote: > 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 > Cc: "Michael S. Tsirkin" > Cc: Alexey Kardashevskiy > Cc: Hu Tao > Cc: qemu-devel@nongnu.org > Cc: Anton Blanchard > Cc: David Rientjes > Cc: Igor Mammedov Applied, thanks! > 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