From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOQKb-0005Ac-Ts for qemu-devel@nongnu.org; Fri, 23 Jun 2017 11:17:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOQKY-0004o8-Qu for qemu-devel@nongnu.org; Fri, 23 Jun 2017 11:17:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56284) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dOQKY-0004nw-Kg for qemu-devel@nongnu.org; Fri, 23 Jun 2017 11:17:06 -0400 Date: Fri, 23 Jun 2017 12:16:57 -0300 From: Eduardo Habkost Message-ID: <20170623151657.GA5002@localhost.localdomain> References: <20170621052935.20715-1-boqun.feng@gmail.com> <20170623133814.GE11773@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] target-i386: add Skylake-Server cpu model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "Boqun Feng (Intel)" , qemu-devel@nongnu.org, Richard Henderson On Fri, Jun 23, 2017 at 04:06:57PM +0200, Paolo Bonzini wrote: [...] > > I believe we should add the same comment about XSAVES from > > Skylake-Cliente here, for consistency: > > > > /* Missing: XSAVES (not supported by some Linux versions, > > * including v4.1 to v4.6). > > It's up to 4.12. :) Thanks for the tip, I will update the comment. :) -- Eduardo