From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric B Munson Subject: Re: KVM: x86: fix pvclock guest stopped flag reporting (v2) Date: Tue, 07 Aug 2012 09:18:08 -0400 Message-ID: References: <20120802153343.GA12119@amt.cnet> <20120803185749.GA24343@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , Avi Kivity , Amit Shah To: Marcelo Tosatti Return-path: Received: from oz.csail.mit.edu ([128.30.30.239]:49290 "EHLO mail.mgebm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752091Ab2HGNhW (ORCPT ); Tue, 7 Aug 2012 09:37:22 -0400 In-Reply-To: <20120803185749.GA24343@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On 2012-08-03 14:57, Marcelo Tosatti wrote: > kvm_guest_time_update unconditionally clears hv_clock.flags field, > so the notification never reaches the guest. > > Fix it by allowing PVCLOCK_GUEST_STOPPED to passthrough. > > Signed-off-by: Marcelo Tosatti > Reviewed-by: Eric B Munson