From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [GIT PULL] KVM updates for 2.6.36-rc3 Date: Fri, 10 Sep 2010 11:29:20 -0300 Message-ID: <20100910142920.GA21178@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, linux-kernel@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 kvm-updates/2.6.36 To receive the following updates: Avi Kivity (2): KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts KVM: fix i8259 oops when no vcpus are online Gleb Natapov (1): KVM: i8259: fix migration Zachary Amsden (1): KVM: x86: Perform hardware_enable in CPU_STARTING callback arch/x86/include/asm/kvm_emulate.h | 7 ++++++- arch/x86/kvm/emulate.c | 9 ++++----- arch/x86/kvm/i8259.c | 3 +++ arch/x86/kvm/irq.h | 2 +- virt/kvm/kvm_main.c | 5 ++--- 5 files changed, 16 insertions(+), 10 deletions(-)