From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8gAY-0002UA-HD for qemu-devel@nongnu.org; Thu, 02 Jun 2016 23:53:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8gAV-00006G-Db for qemu-devel@nongnu.org; Thu, 02 Jun 2016 23:53:10 -0400 Received: from mga02.intel.com ([134.134.136.20]:62479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8gAV-00005u-77 for qemu-devel@nongnu.org; Thu, 02 Jun 2016 23:53:07 -0400 References: <1461744786-47643-1-git-send-email-guangrong.xiao@linux.intel.com> <20160428173443.GA24153@thinpad.lan.raisama.net> <57284774.7010401@linux.intel.com> <20160503161131.GN4457@thinpad.lan.raisama.net> <5728E374.4020809@linux.intel.com> <5728E5A7.9020709@intel.com> <57309459.8080501@redhat.com> <20160512120331.GM4457@thinpad.lan.raisama.net> <573471D6.8050102@redhat.com> <20160520213930.GA24914@thinpad.lan.raisama.net> From: Xiao Guangrong Message-ID: <5750FE76.8090700@linux.intel.com> Date: Fri, 3 Jun 2016 11:50:14 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [QEMU PATCH v2] target-i386: Add Skylake-Client CPU model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Eduardo Habkost , qemu-devel@nongnu.org Cc: "Yu, Yu-cheng" , "Xiao, Guangrong" , kvm@vger.kernel.org, mst@redhat.com, gleb@kernel.org, "Lai, Paul C" , mtosatti@redhat.com, "Yu, Fenghua" , "Wang, Yong Y" , Dave Hansen , "Shankar, Ravi V" , imammedo@redhat.com, dan.j.williams@intel.com, "Kasten, Robert A" , "ruwang@redhat.com" , rth@twiddle.net On 05/23/2016 09:46 PM, Paolo Bonzini wrote: > > > On 20/05/2016 23:39, Eduardo Habkost wrote: >> Introduce Skylake-Client CPU model, which inherits the features >> from Broadwell and supports some additional features that are: >> MPX, XSAVEC, and XGETBV1. >> >> Signed-off-by: Eduardo Habkost >> Signed-off-by: Xiao Guangrong >> Signed-off-by: Eduardo Habkost >> --- >> Changes v1 -> v2: >> * Remove XSAVES, edited commit message Reviewed-by: Xiao Guangrong I thought this patch has already been upstream yet, but it is not. :(