From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYtfx-0000mC-N9 for qemu-devel@nongnu.org; Mon, 07 Sep 2015 06:29:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYtft-0005Nl-IZ for qemu-devel@nongnu.org; Mon, 07 Sep 2015 06:29:25 -0400 Received: from [59.151.112.132] (port=41427 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYtfs-0005N6-AZ for qemu-devel@nongnu.org; Mon, 07 Sep 2015 06:29:21 -0400 Message-ID: <55ED66A9.2030804@cn.fujitsu.com> Date: Mon, 7 Sep 2015 18:27:53 +0800 From: Zhu Guihua MIME-Version: 1.0 References: <1440667625-6416-1-git-send-email-zhugh.fnst@cn.fujitsu.com> <20150827182802.GL4230@thinpad.lan.raisama.net> In-Reply-To: <20150827182802.GL4230@thinpad.lan.raisama.net> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] i386: keep cpu_model field in MachineState uptodate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: pbonzini@redhat.com, mst@redhat.com, qemu-devel@nongnu.org, rth@twiddle.net This patch has been reviewed. Could anyone help merge it? Thanks, Zhu On 08/28/2015 02:28 AM, Eduardo Habkost wrote: > On Thu, Aug 27, 2015 at 05:27:05PM +0800, Zhu Guihua wrote: >> Update cpu_model in MachineState for i386, so that the field can be used >> for cpu hotplug, instead of using a static variable. >> >> Signed-off-by: Zhu Guihua > Reviewed-by: Eduardo Habkost >