From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyQsA-0001Wi-86 for qemu-devel@nongnu.org; Fri, 17 Feb 2012 11:41:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyQs1-0001FF-R8 for qemu-devel@nongnu.org; Fri, 17 Feb 2012 11:41:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyQs1-0001Eb-7b for qemu-devel@nongnu.org; Fri, 17 Feb 2012 11:41:17 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1HGfFsY016591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 17 Feb 2012 11:41:15 -0500 Received: from blackpad.lan.raisama.net (ovpn-116-26.ams2.redhat.com [10.36.116.26]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1HGfEjB000924 for ; Fri, 17 Feb 2012 11:41:15 -0500 From: Eduardo Habkost Date: Fri, 17 Feb 2012 14:41:18 -0200 Message-Id: <1329496885-31961-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] cpu model bug fixes and definition corrections (v3) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These are patches based on a series that John Cooper sent back in May 2011, and that I resent last June. Not all changes from that series are here, but just the most obvious ones. The previous submission of this series is: Message-Id: <1307041990-26194-1-git-send-email-ehabkost@redhat.com> http://marc.info/?l=qemu-devel&m=130704282917358 Eduardo Habkost (7): cpu models: reorder flag list to match bit order cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt cpu defs: use Intel flag names for Intel models (v2) cpu defs: add pse36, mca, mtrr to AMD CPU definitions (v2) cpu defs: remove replicated flags from Intel (v2) add Westmere as a qemu cpu model (v2) cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2) sysconfigs/target/target-x86_64.conf | 52 +++++++++++++++++++++------------ target-i386/cpuid.c | 8 ++-- 2 files changed, 37 insertions(+), 23 deletions(-) -- 1.7.3.2