From patchwork Mon May 2 18:32:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 93694 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 EA93AB6F65 for ; Tue, 3 May 2011 04:34:31 +1000 (EST) Received: from localhost ([::1]:33385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGxwz-0000Ii-6m for incoming@patchwork.ozlabs.org; Mon, 02 May 2011 14:34:29 -0400 Received: from eggs.gnu.org ([140.186.70.92]:55807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGxwV-0000E1-UP for qemu-devel@nongnu.org; Mon, 02 May 2011 14:34:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGxwR-00058B-H1 for qemu-devel@nongnu.org; Mon, 02 May 2011 14:33:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGxwR-00057T-1s for qemu-devel@nongnu.org; Mon, 02 May 2011 14:33:55 -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 p42IXrF2024521 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 2 May 2011 14:33:53 -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 p42IXrHY004032; Mon, 2 May 2011 14:33:53 -0400 Received: from amt.cnet (vpn-10-54.rdu.redhat.com [10.11.10.54]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p42IXqCU031501; Mon, 2 May 2011 14:33:52 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id AA51668A08A; Mon, 2 May 2011 15:32:51 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.4/8.14.4/Submit) id p42IWnni003535; Mon, 2 May 2011 15:32:49 -0300 From: Marcelo Tosatti To: Anthony Liguori Date: Mon, 2 May 2011 15:32:36 -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/9] [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 cd18f05e248bb916028021634058da06a4657e26: Don't zero out buffer in sched_getaffinity (2011-05-02 10:00:01 +0300) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Glauber Costa (3): kvm: use kernel-provided para_features instead of statically coming up with new capabilities kvm: add kvmclock to its second bit kvm: create kvmclock when one of the flags are present Jan Kiszka (4): x86: Allow multiple cpu feature matches of lookup_feature Break up user and system cpu_interrupt implementations Redirect cpu_interrupt to callback handler kvm: Install specialized interrupt handler Michael Tokarev (1): fix crash in migration, 32-bit userspace on 64-bit host Paolo Bonzini (1): kvm: use qemu_free consistently cpu-all.h | 14 ++++++++- exec.c | 18 ++++++++--- hw/kvmclock.c | 6 +++- kvm-all.c | 30 +++++++++++++++++-- target-i386/cpuid.c | 16 ++++++---- target-i386/kvm.c | 80 ++++++++++++++++++++++++++++++++------------------- 6 files changed, 117 insertions(+), 47 deletions(-)