From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: x86: add trace event for pvclock updates Date: Mon, 10 Nov 2014 23:18:50 -0200 Message-ID: <20141111011850.GA12749@amt.cnet> References: <1415216802-19201-1-git-send-email-dmatlack@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbonzini@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: David Matlack Return-path: Content-Disposition: inline In-Reply-To: <1415216802-19201-1-git-send-email-dmatlack@google.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Nov 05, 2014 at 11:46:42AM -0800, David Matlack wrote: > The new trace event records: > * the id of vcpu being updated > * the pvclock_vcpu_time_info struct being written to guest memory > > This is useful for debugging pvclock bugs, such as the bug fixed by > "[PATCH] kvm: x86: Fix kvm clock versioning.". > > Signed-off-by: David Matlack So you actually hit that bug in practice? Can you describe the scenario?