From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XntCl-0006CR-8H for qemu-devel@nongnu.org; Mon, 10 Nov 2014 12:56:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XntCf-0005e7-0V for qemu-devel@nongnu.org; Mon, 10 Nov 2014 12:56:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XntCe-0005dy-QM for qemu-devel@nongnu.org; Mon, 10 Nov 2014 12:56:36 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAAHuZtL019818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 10 Nov 2014 12:56:35 -0500 Message-ID: <5460FC4E.6000501@redhat.com> Date: Mon, 10 Nov 2014 18:56:30 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1415636450-18674-1-git-send-email-imammedo@redhat.com> <5460F87C.6050209@redhat.com> <20141110184848.6842474e@nial.usersys.redhat.com> In-Reply-To: <20141110184848.6842474e@nial.usersys.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.2] pc: acpi: mark all possible CPUs as enabled in SRAT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, mst@redhat.com On 10/11/2014 18:48, Igor Mammedov wrote: >> > Does this need to be specific to pc-2.2? > Why not, It's bug fix. > But I don't care if it's merged later. No, I mean can you do it also for pc-2.1 and earlier? Or should it be only for the last machine type? Paolo