From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/3] kvmclock: allow stable sched clock Date: Wed, 27 May 2015 22:46:57 -0300 Message-ID: <20150528014657.367253422@redhat.com> Cc: Luiz Capitulino , kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41659 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751759AbbE1BuZ (ORCPT ); Wed, 27 May 2015 21:50:25 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 8F5985A09C for ; Thu, 28 May 2015 01:50:25 +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.