From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM fixes for 3.6-rc2 Date: Fri, 3 Aug 2012 15:15:24 -0300 Message-ID: <20120803181524.GA19680@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm , Avi Kivity To: Linus Torvalds Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22881 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752397Ab2HCSQg (ORCPT ); Fri, 3 Aug 2012 14:16:36 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the following KVM _bug fixes_: - Fix DS/ES segment register corruption on x86_32. - Fix kvmclock wallclock migration offset. - Fix PIT interrupt ACK vs system reset logic bug. Avi Kivity (1): KVM: VMX: Fix ds/es corruption on i386 with preemption Bruce Rogers (1): KVM: x86: apply kvmclock offset to guest wall clock time Gleb Natapov (1): KVM: PIC: call ack notifiers for irqs that are dropped form irr arch/x86/kvm/i8259.c | 17 +++++++++++++++++ arch/x86/kvm/vmx.c | 20 +++++++++++++------- arch/x86/kvm/x86.c | 4 ++++ 3 files changed, 34 insertions(+), 7 deletions(-)