From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 191481] Virtual machine CPU counters are broken forever after
live migration to system with "steal time overflow" KVM bug
Date: Mon, 09 Jan 2017 09:23:14 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8BIT
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.29.136]:48318 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1753495AbdAIJXT (ORCPT );
Mon, 9 Jan 2017 04:23:19 -0500
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 56FFE20375
for ; Mon, 9 Jan 2017 09:23:18 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 39BE120364
for ; Mon, 9 Jan 2017 09:23:14 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=191481
--- Comment #2 from Dmitry Svyatogorov ---
>git show 2348140d58f4
"""
commit 2348140d58f4f4245e9635ea8f1a77e940a4d877
Author: Wanpeng Li
Date: Mon Jun 13 18:32:44 2016 +0800
…
- memset(st, 0, sizeof(*st));
"""
Just remove st counter cleaning in kvm_register_steal_time() @
arch/x86/kernel/kvm.c?
Ок, I'll try it shortly.
--
You are receiving this mail because:
You are watching the assignee of the bug.