From patchwork Mon Nov 26 16:24:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 201723 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9D1222C007C for ; Tue, 27 Nov 2012 03:25:29 +1100 (EST) Received: from localhost ([::1]:40515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td1Ut-0007y8-Q1 for incoming@patchwork.ozlabs.org; Mon, 26 Nov 2012 11:25:27 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td1UJ-0006az-8v for qemu-devel@nongnu.org; Mon, 26 Nov 2012 11:24:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td1UD-0006RA-Eh for qemu-devel@nongnu.org; Mon, 26 Nov 2012 11:24:51 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54055 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td1UD-0006QP-84 for qemu-devel@nongnu.org; Mon, 26 Nov 2012 11:24:45 -0500 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 24B9EA0FED; Mon, 26 Nov 2012 17:24:44 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Mon, 26 Nov 2012 17:24:29 +0100 Message-Id: <1353947071-18478-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 195.135.220.15 Cc: Igor Mammedov , =?UTF-8?q?Aur=C3=A9lien=20Jarno?= , =?UTF-8?q?Andreas=20F=C3=A4rber?= , anthony@codemonkey.ws, Eduardo Habkost Subject: [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-26 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hello Anthony, As discussed, here's two bugfixes for x86 CPUs. Please pull for rc1. Regards, Andreas Cc: Eduardo Habkost Cc: Igor Mammedov Cc: Aurélien Jarno The following changes since commit cab1e8f3e37d8e883c270e3afd9c7c1c18332f0e: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2012-11-26 08:19:45 -0600) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git qom-cpu-1.3 for you to fetch changes up to a0a7068104cc9908d0875404b0fa2ebf46e40f97: target-i386: Enable SSSE3 TCG support (2012-11-26 17:00:11 +0100) ---------------------------------------------------------------- Aurelien Jarno (1): target-i386: Enable SSSE3 TCG support Eduardo Habkost (1): target-i386/cpu: Add missing flags to Haswell CPU model target-i386/cpu.c | 7 ++++--- 1 Datei geändert, 4 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-)