From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2] release kvmclock page on reset Date: Thu, 3 Feb 2011 13:17:17 -0200 Message-ID: <20110203151717.GA6967@amt.cnet> References: <1296587800-19589-1-git-send-email-glommer@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, aliguori@us.ibm.com, Jan Kiszka To: Glauber Costa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:13458 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756438Ab1BCPhZ (ORCPT ); Thu, 3 Feb 2011 10:37:25 -0500 Content-Disposition: inline In-Reply-To: <1296587800-19589-1-git-send-email-glommer@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Feb 01, 2011 at 02:16:40PM -0500, Glauber Costa wrote: > When a vcpu is reset, kvmclock page keeps being writen to this days. > This is wrong and inconsistent: a cpu reset should take it to its > initial state. > > Signed-off-by: Glauber Costa > CC: Jan Kiszka > --- > arch/x86/kvm/x86.c | 20 ++++++++++++-------- > 1 files changed, 12 insertions(+), 8 deletions(-) Applied, thanks.