From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYhgw-0002OG-MB for qemu-devel@nongnu.org; Wed, 14 Nov 2012 13:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYhgt-000366-KS for qemu-devel@nongnu.org; Wed, 14 Nov 2012 13:28:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYhgt-00035y-Cw for qemu-devel@nongnu.org; Wed, 14 Nov 2012 13:27:59 -0500 From: Eduardo Habkost Date: Wed, 14 Nov 2012 16:28:51 -0200 Message-Id: <1352917734-13213-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Opteron_G5 and Haswell CPU models List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori I'm resending the patches sent by Boris Ostrovsky previously, as it has to be rebased against latest qemu.git, and to add a new Haswell CPU model too. Andre Przywara (2): target-i386: cpu: name new CPUID bits target-i386: cpu: add new Opteron CPU model Eduardo Habkost (1): target-i386: add Haswell CPU model target-i386/cpu.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++----- target-i386/cpu.h | 22 +++++++++++++++++ 2 files changed, 89 insertions(+), 6 deletions(-) -- 1.7.11.7