From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7H26-0006Cf-Ug for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:00:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7H25-0002cf-9s for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:00:14 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:47889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7H25-0002cM-5P for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:00:13 -0400 Received: by yhoo21 with SMTP id o21so48024yho.4 for ; Mon, 12 Mar 2012 19:00:11 -0700 (PDT) Message-ID: <4F5EAA27.2050908@codemonkey.ws> Date: Mon, 12 Mar 2012 21:00:07 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1331057492-25105-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1331057492-25105-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/3] Add new CPU models (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org On 03/06/2012 12:11 PM, Eduardo Habkost wrote: > This series add two new CPU models to Qemu: Intel SandyBridge and AMD > Opteron_G4 (Bulldozer). Applied. Thanks. Regards, Anthony Liguori > > Changes v1 -> v2: > Fixed the Opteron_G4 model to actually have the ffxsr bit disabled, as > documented in the patch description. > > Eduardo Habkost (3): > add "tsc-deadline" flag name to feature_ecx table > add SandyBridge CPU model > add Opteron_G4 CPU model (v2) > > sysconfigs/target/target-x86_64.conf | 28 ++++++++++++++++++++++++++++ > target-i386/cpuid.c | 2 +- > 2 files changed, 29 insertions(+), 1 deletions(-) >