From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0/6] [GIT PULL] qemu-kvm.git uq/master queue Date: Mon, 08 Feb 2010 10:44:52 -0600 Message-ID: <4B703F84.4060809@linux.vnet.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from e3.ny.us.ibm.com ([32.97.182.143]:34576 "EHLO e3.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753646Ab0BHQo7 (ORCPT ); Mon, 8 Feb 2010 11:44:59 -0500 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e3.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o18GYN2Q022382 for ; Mon, 8 Feb 2010 11:34:23 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o18GisdG077962 for ; Mon, 8 Feb 2010 11:44:56 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o18GirqY019963 for ; Mon, 8 Feb 2010 11:44:54 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 02/03/2010 05:55 PM, Marcelo Tosatti wrote: > The following changes since commit 117f8eb81dfdf51a0418fbf6d260cbb72bcd4a9d: > Markus Armbruster (1): > qdev: Add rudimentary help for property value > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > Jan Kiszka (4): > KVM: Request setting of nmi_pending and sipi_vector > KVM: x86: Fix up misreported CPU features > KVM: Make vmport KVM-compatible > KVM: Move and rename regs_modified > > Marcelo Tosatti (1): > Fix incoming migration with iothread > > Sheng Yang (1): > kvm: Flush coalesced MMIO buffer periodly > > cpu-all.h | 2 ++ > cpu-defs.h | 3 ++- > exec.c | 6 ++++++ > hw/vmport.c | 3 +++ > kvm-all.c | 36 +++++++++++++++++++++--------------- > kvm.h | 1 + > target-i386/kvm.c | 11 ++++++++++- > vl.c | 4 ++++ > 8 files changed, 49 insertions(+), 17 deletions(-) > Applied. Thanks. Regards, Anthony Liguori