From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StDfT-0000kg-94 for qemu-devel@nongnu.org; Mon, 23 Jul 2012 04:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StDfJ-0007N5-TW for qemu-devel@nongnu.org; Mon, 23 Jul 2012 04:07:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StDfJ-0007Mq-LS for qemu-devel@nongnu.org; Mon, 23 Jul 2012 04:06:53 -0400 Date: Mon, 23 Jul 2012 11:06:48 +0300 From: Gleb Natapov Message-ID: <20120723080648.GS26120@redhat.com> References: <4FFECC8A.5030501@redhat.com> <1342099350-11994-1-git-send-email-imammedo@redhat.com> <500D00C5.7090003@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <500D00C5.7090003@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] MP initialization protocol differs between cpu families, and for P6 and onward models it is up to CPU to decide if it will be BSP using this protocol, so try to model this. However there is no point in implementing MP initialization protocol in qemu. Thus first CPU is always marked as BSP. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: aliguori@us.ibm.com, ehabkost@redhat.com, jan.kiszka@siemens.com, mtosatti@redhat.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, avi@redhat.com, pbonzini@redhat.com, afaerber@suse.de On Mon, Jul 23, 2012 at 09:44:05AM +0200, Igor Mammedov wrote: > Hello Gleb, > > Is this v2 patch more acceptable then v1? Yes. Sorry for not being explicit about it :) -- Gleb.