From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: x86: fix kvmclock breakage from timers branch merge Date: Thu, 04 Sep 2014 21:14:03 +0200 Message-ID: <5408B9FB.5000701@redhat.com> References: <1409835487-14371-1-git-send-email-pbonzini@redhat.com> <54088CB5.6050406@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: lkml , kvm@vger.kernel.org, Thomas Gleixner To: John Stultz , Chris J Arges Return-path: Received: from mail-wi0-f177.google.com ([209.85.212.177]:58438 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754601AbaIDTOL (ORCPT ); Thu, 4 Sep 2014 15:14:11 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 04/09/2014 21:00, John Stultz ha scritto: > > Hey, thanks for reporting the issue and sending an initial patch (even > if its not quite all sorted yet). > > Is the test you're using here available somewhere? Are there any > special requirements to run it? You need KVM on a machine with clocksource=tsc. Grab the tests from git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git and run them with ./configure make ./x86-run x86/kvmclock_test.flat --append "10000000 `date +%s`" Thanks, Paolo