From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v2 0/2] target-i386: tsc_adjust and mpx feature names Date: Tue, 26 Aug 2014 14:52:55 +0200 Message-ID: <53FC8327.2020803@redhat.com> References: <1408996933-31934-1-git-send-email-ehabkost@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Will Auld To: Eduardo Habkost , qemu-devel@nongnu.org, =?ISO-8859-15?Q?Andreas_F=E4rber?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26367 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754986AbaHZMxE (ORCPT ); Tue, 26 Aug 2014 08:53:04 -0400 In-Reply-To: <1408996933-31934-1-git-send-email-ehabkost@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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