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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeWjX-0008I4-NR for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:11 -0500 Received: from [199.232.76.173] (port=56257 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeWjX-0008Hd-7s for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:11 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeWjW-0002vF-8e for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:10 -0500 Received: from e4.ny.us.ibm.com ([32.97.182.144]:43287) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NeWjV-0002rV-Tu for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:10 -0500 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by e4.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o18GYaZV015265 for ; Mon, 8 Feb 2010 11:34:36 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o18GirQs126720 for ; Mon, 8 Feb 2010 11:44:53 -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 o18GirqS019963 for ; Mon, 8 Feb 2010 11:44:53 -0500 Message-ID: <4B703F84.4060809@linux.vnet.ibm.com> Date: Mon, 08 Feb 2010 10:44:52 -0600 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: [Qemu-devel] Re: [PATCH 0/6] [GIT PULL] qemu-kvm.git uq/master queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org 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