From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33373 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8zqj-0006qy-FF for qemu-devel@nongnu.org; Thu, 21 Oct 2010 14:26:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8zqi-0002FX-3s for qemu-devel@nongnu.org; Thu, 21 Oct 2010 14:26:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8zqh-0002Eu-Po for qemu-devel@nongnu.org; Thu, 21 Oct 2010 14:26:48 -0400 From: Marcelo Tosatti Date: Thu, 21 Oct 2010 16:25:46 -0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/7] [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 633aa0acfe2c4d3e56acfe28c912796bf54de6d3: Fix pci hotplug to generate level triggered interrupt. (2010-10-20 17:23:28 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Hidetoshi Seto (3): x86, mce: ignore SRAO only when MCG_SER_P is available x86, mce: broadcast mce depending on the cpu version Fix build on !KVM_CAP_MCE Marcelo Tosatti (4): kvm: add save/restore of MSR_VM_HSAVE_PA kvm: factor out kvm_has_msr_star kvm: writeback SMP TSCs on migration only kvm: save/restore x86-64 MSRs on x86-64 kernels target-i386/kvm.c | 132 +++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 99 insertions(+), 33 deletions(-)