From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 61971] Migration problem of qemu-kvm guests
Date: Thu, 17 Oct 2013 10:58:27 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.19.201]:57498 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1753156Ab3JQK6j (ORCPT );
Thu, 17 Oct 2013 06:58:39 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id BD6F720394
for ; Thu, 17 Oct 2013 10:58:34 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 4948E20455
for ; Thu, 17 Oct 2013 10:58:29 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=61971
--- Comment #11 from Paolo Bonzini ---
This is XSAVE -> non-XSAVE migration. Alexander Graf reported to me on IRC
that the XSAVE patches we recently committed to kvm/next fixed this for him.
xstate_bv is saved as 7 and this check fails on the destination:
if (xstate_bv & ~XSTATE_FPSSE)
return -EINVAL;
I think it is because your CPU has xsave but not xsaveopt.
However, those patches introduced regressions that have to be fixed. I'll look
at those soon, but your bug should get fixed in 3.13.
--
You are receiving this mail because:
You are watching the assignee of the bug.