From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751498AbdBDQZD (ORCPT ); Sat, 4 Feb 2017 11:25:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37032 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbdBDQZC (ORCPT ); Sat, 4 Feb 2017 11:25:02 -0500 Date: Sat, 4 Feb 2017 17:24:59 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Linus Torvalds Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: [GIT PULL] KVM fixes for v4.10-rc7 Message-ID: <20170204162459.GG15128@potion> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Sat, 04 Feb 2017 16:25:02 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 566cf877a1fcb6d6dc0126b076aad062054c2637: Linux 4.10-rc6 (2017-01-29 14:25:17 -0800) 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 00c87e9a70a17b355b81c36adedf05e84f54e10d: KVM: x86: do not save guest-unsupported XSAVE state (2017-02-03 18:43:08 +0100) ---------------------------------------------------------------- KVM fix for v4.10-rc7 Fix a regression that prevented migration between hosts with different XSAVE features even if the missing features were not used by the guest (for stable). ---------------------------------------------------------------- Radim Krčmář (1): KVM: x86: do not save guest-unsupported XSAVE state arch/x86/kvm/x86.c | 1 + 1 file changed, 1 insertion(+)