From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGyGI-0008ND-3W for qemu-devel@nongnu.org; Mon, 02 May 2011 14:54:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGyGH-0008Dx-5i for qemu-devel@nongnu.org; Mon, 02 May 2011 14:54:26 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:47113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGyGH-0008Dn-3T for qemu-devel@nongnu.org; Mon, 02 May 2011 14:54:25 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p42IRpZT017898 for ; Mon, 2 May 2011 14:27:51 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p42IsM2G056126 for ; Mon, 2 May 2011 14:54:22 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p42IsMv0018148 for ; Mon, 2 May 2011 14:54:22 -0400 Message-ID: <4DBEFDDD.9010803@us.ibm.com> Date: Mon, 02 May 2011 13:54:21 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/9] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 05/02/2011 01:32 PM, Marcelo Tosatti wrote: > The following changes since commit cd18f05e248bb916028021634058da06a4657e26: > > Don't zero out buffer in sched_getaffinity (2011-05-02 10:00:01 +0300) Applied. Thanks. Regards, Anthony Liguori > > 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(-) >