From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM0Th-0002JW-Li for qemu-devel@nongnu.org; Mon, 25 Aug 2014 16:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XM0Tb-0006F8-Hj for qemu-devel@nongnu.org; Mon, 25 Aug 2014 16:02:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM0Tb-0006F2-7y for qemu-devel@nongnu.org; Mon, 25 Aug 2014 16:02:51 -0400 From: Eduardo Habkost Date: Mon, 25 Aug 2014 17:02:11 -0300 Message-Id: <1408996933-31934-1-git-send-email-ehabkost@redhat.com> Subject: [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: qemu-devel@nongnu.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= Cc: Paolo Bonzini , Will Auld , kvm@vger.kernel.org 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(-) -- 1.9.3