From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMGFH-00054W-FZ for qemu-devel@nongnu.org; Tue, 26 Aug 2014 08:53:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMGFB-0003Mm-72 for qemu-devel@nongnu.org; Tue, 26 Aug 2014 08:53:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMGFA-0003Mf-Vi for qemu-devel@nongnu.org; Tue, 26 Aug 2014 08:53:01 -0400 Message-ID: <53FC8327.2020803@redhat.com> Date: Tue, 26 Aug 2014 14:52:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1408996933-31934-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1408996933-31934-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] target-i386: tsc_adjust and mpx feature names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org, =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Will Auld , kvm@vger.kernel.org Il 25/08/2014 22:02, Eduardo Habkost ha scritto: > Add feature names that are missing on the x86 CPU feature name tables. Both had > migration support implemented many months ago. > > Changes v1 -> v2: > * Commit message changes only. Added reference to migration support commit IDs. > > Note that v1 was not sent as a series, but as separate individual patches. > > Eduardo Habkost (2): > target-i386: Add "mpx" CPU feature name > target-i386: Add "tsc_adjust" CPU feature name > > target-i386/cpu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Thanks, applied to uq/master. Paolo