From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0x7j-00087b-HC for qemu-devel@nongnu.org; Fri, 24 Feb 2012 10:31:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0x7d-0004bR-08 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 10:31:55 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:53074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0x7c-0004a3-QC for qemu-devel@nongnu.org; Fri, 24 Feb 2012 10:31:48 -0500 Received: by mail-pw0-f45.google.com with SMTP id ro12so3276632pbb.4 for ; Fri, 24 Feb 2012 07:31:48 -0800 (PST) Message-ID: <4F47AD60.2090606@codemonkey.ws> Date: Fri, 24 Feb 2012 09:31:44 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1329496885-31961-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1329496885-31961-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Eduardo Habkost Cc: qemu-devel@nongnu.org On 02/17/2012 10:41 AM, Eduardo Habkost wrote: > 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(-) Applied. Thanks. Regards, Anthony Liguori >