From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S26K0-00038y-Pc for qemu-devel@nongnu.org; Mon, 27 Feb 2012 14:33:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S26Jz-0002Du-Lb for qemu-devel@nongnu.org; Mon, 27 Feb 2012 14:33:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S26Jz-0002Dd-DM for qemu-devel@nongnu.org; Mon, 27 Feb 2012 14:33:19 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1RJXHNa018944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 27 Feb 2012 14:33:17 -0500 Received: from blackpad.lan.raisama.net (ovpn-116-22.ams2.redhat.com [10.36.116.22]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1RJXGqs032110 for ; Mon, 27 Feb 2012 14:33:17 -0500 From: Eduardo Habkost Date: Mon, 27 Feb 2012 16:33:11 -0300 Message-Id: <1330371194-22315-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Add new CPU models List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series add two new CPU models to Qemu: Intel SandyBridge and AMD Opteron_G4 (Bulldozer). Eduardo Habkost (3): add "tsc-deadline" flag name to feature_ecx table add Opteron_G4 CPU model add SandyBridge CPU model sysconfigs/target/target-x86_64.conf | 28 ++++++++++++++++++++++++++++ target-i386/cpuid.c | 2 +- 2 files changed, 29 insertions(+), 1 deletions(-) -- 1.7.3.2