From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756911AbcIOWDp (ORCPT ); Thu, 15 Sep 2016 18:03:45 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:35267 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755327AbcIOWDh (ORCPT ); Thu, 15 Sep 2016 18:03:37 -0400 From: Paolo Bonzini To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, rkrcmar@redhat.com, kvm@vger.kernel.org Subject: [GIT PULL] KVM fix for 4.8-rc7 Date: Fri, 16 Sep 2016 00:03:32 +0200 Message-Id: <1473977012-61050-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 77e5bdf9f7b2d20939c8d807f3e68778d6e1557a: Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2016-09-14 09:35:05 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to b0eaf4506f5f95d15d6731d72c0ddf4a2179eefa: kvm: x86: correctly reset dest_map->vector when restoring LAPIC state (2016-09-15 18:00:32 +0200) ---------------------------------------------------------------- One fix for an x86 regression in VM migration, mostly visible with Windows because it uses RTC periodic interrupts. ---------------------------------------------------------------- Paolo Bonzini (1): kvm: x86: correctly reset dest_map->vector when restoring LAPIC state arch/x86/kvm/ioapic.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)