From patchwork Wed Jun 1 17:31:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 98320 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4DE28B6F8C for ; Thu, 2 Jun 2011 11:58:50 +1000 (EST) Received: from localhost ([::1]:59890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRxBO-0000yR-HU for incoming@patchwork.ozlabs.org; Wed, 01 Jun 2011 21:58:46 -0400 Received: from eggs.gnu.org ([140.186.70.92]:50587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRvpX-0005Ja-1X for qemu-devel@nongnu.org; Wed, 01 Jun 2011 20:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRpH5-0001VD-5Q for qemu-devel@nongnu.org; Wed, 01 Jun 2011 13:32:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRpH3-0001Ud-UD for qemu-devel@nongnu.org; Wed, 01 Jun 2011 13:32:06 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p51HW4ZK002424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Jun 2011 13:32:04 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p51HW3oq032738; Wed, 1 Jun 2011 13:32:03 -0400 Received: from amt.cnet (vpn1-5-25.ams2.redhat.com [10.36.5.25]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p51HW1Uf013495; Wed, 1 Jun 2011 13:32:02 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 5853C66E155; Wed, 1 Jun 2011 14:31:36 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.5/8.14.5/Submit) id p51HVWaq017330; Wed, 1 Jun 2011 14:31:32 -0300 From: Marcelo Tosatti To: Anthony Liguori Date: Wed, 1 Jun 2011 14:31:30 -0300 Message-Id: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org Subject: [Qemu-devel] [PATCH 0/2] [PULL] qemu-kvm.git uq/master queue 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 The following changes since commit 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e: audio: fix integer overflow expression (2011-06-01 00:14:07 +0400) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Yang, Wei Y (1): kvm: Enable CPU SMEP feature brillywu@viatech.com.cn (1): kvm: Add CPUID support for VIA CPU target-i386/cpu.h | 9 ++++++- target-i386/cpuid.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++- target-i386/kvm.c | 15 +++++++++++ 3 files changed, 87 insertions(+), 3 deletions(-)