From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [GIT PULL] KVM fixes for the 3.10 merge window Date: Thu, 9 May 2013 16:51:36 +0300 Message-ID: <20130509135136.GA9616@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/kvm-3.10-2 to receive the KVM fixes for the 3.10 merge window. Most of the fixes are in the emulator since now we emulate more than we did before for correctness sake we see more bugs there, but there is also an OOPS fixed and corruption of xcr0 register. Asias He (1): KVM: Fix kvm_irqfd_init initialization Gleb Natapov (1): KVM: VMX: fix halt emulation while emulating invalid guest sate Marcelo Tosatti (1): KVM: x86: fix maintenance of guest/host xcr0 state Paolo Bonzini (3): KVM: emulator: emulate AAM KVM: emulator: emulate XLAT KVM: emulator: emulate SALC arch/x86/kvm/emulate.c | 42 +++++++++++++++++++++++++++++++++++++++++- arch/x86/kvm/vmx.c | 6 ++++++ arch/x86/kvm/x86.c | 40 ++++++++++++++++++++-------------------- virt/kvm/kvm_main.c | 18 +++++++++++++----- 4 files changed, 80 insertions(+), 26 deletions(-) -- Gleb.