From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35593 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9Hep-0003F4-N0 for qemu-devel@nongnu.org; Fri, 22 Oct 2010 09:27:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9Hem-0007Du-6I for qemu-devel@nongnu.org; Fri, 22 Oct 2010 09:27:41 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:58655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9Hem-0007Dm-2N for qemu-devel@nongnu.org; Fri, 22 Oct 2010 09:27:40 -0400 Received: by yxd5 with SMTP id 5so664713yxd.4 for ; Fri, 22 Oct 2010 06:27:39 -0700 (PDT) Message-ID: <4CC19152.6030508@codemonkey.ws> Date: Fri, 22 Oct 2010 08:27:46 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/7] [PULL] qemu-kvm.git uq/master queue References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 10/21/2010 01:25 PM, Marcelo Tosatti wrote: > The following changes since commit 633aa0acfe2c4d3e56acfe28c912796bf54de6d3: > > Fix pci hotplug to generate level triggered interrupt. (2010-10-20 17:23:28 -0500) > Pulled. Thanks. Regards, Anthony Liguori > 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(-) > > >