From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZezxL-000165-Be for qemu-devel@nongnu.org; Thu, 24 Sep 2015 02:24:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZezxI-00016e-8k for qemu-devel@nongnu.org; Thu, 24 Sep 2015 02:24:35 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:48461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZezxH-00016F-MM for qemu-devel@nongnu.org; Thu, 24 Sep 2015 02:24:32 -0400 Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 24 Sep 2015 16:24:26 +1000 Received: from d23relay10.au.ibm.com (d23relay10.au.ibm.com [9.190.26.77]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id D6E6C2CE8052 for ; Thu, 24 Sep 2015 16:24:23 +1000 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay10.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t8O6OEaO59572396 for ; Thu, 24 Sep 2015 16:24:23 +1000 Received: from d23av04.au.ibm.com (localhost [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t8O6NoQ6003891 for ; Thu, 24 Sep 2015 16:23:50 +1000 Date: Thu, 24 Sep 2015 11:53:30 +0530 From: Bharata B Rao Message-ID: <20150924062330.GG16381@in.ibm.com> References: <1437137380-1064-1-git-send-email-bharata@linux.vnet.ibm.com> <20150826162408.GA12753@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150826162408.GA12753@thinpad.lan.raisama.net> Subject: Re: [Qemu-devel] [FIX PATCH] pc-dimm: Fail pc-dimm realization for invalid nodes in non-NUMA configuration Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Igor Mammedov , qemu-devel@nongnu.org, david@gibson.dropbear.id.au On Wed, Aug 26, 2015 at 01:24:08PM -0300, Eduardo Habkost wrote: > Applied to the numa tree, with the following changes in the commit > message: > > Subject was changed to: > pc-dimm: Fail realization for invalid nodes in non-NUMA config > to make it shorter. Hmm I don't see it here: https://github.com/ehabkost/qemu/commits/numa Regards, Bharata.