From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ncp6A-0007At-7Y for qemu-devel@nongnu.org; Wed, 03 Feb 2010 18:57:30 -0500 Received: from [199.232.76.173] (port=56402 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncp69-0007AA-2y for qemu-devel@nongnu.org; Wed, 03 Feb 2010 18:57:29 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ncp65-00043C-Sg for qemu-devel@nongnu.org; Wed, 03 Feb 2010 18:57:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16281) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncp64-00042g-Rp for qemu-devel@nongnu.org; Wed, 03 Feb 2010 18:57:25 -0500 From: Marcelo Tosatti Date: Wed, 3 Feb 2010 21:55:45 -0200 Message-Id: Subject: [Qemu-devel] [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: Anthony Liguori Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org 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(-)