From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch v2 0/3] kvmclock: allow stable sched clock Date: Thu, 28 May 2015 20:20:38 -0300 Message-ID: <20150528232038.034288791@redhat.com> Cc: Luiz Capitulino , kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50639 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755115AbbE1XYA (ORCPT ); Thu, 28 May 2015 19:24:00 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id DEC0E3674D3 for ; Thu, 28 May 2015 23:23:59 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: kvmclock provides the behaviour sched_clock users expect. Mark it as stable allowing nohz_full in guests. See individual patches for more details. v2: address comments from Paolo: - set COUNTS_FROM_ZERO unconditionally (host). - rely on KVM_FEATURE_CLOCKSOURCE_STABLE_BIT (guest).