From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/3] KVM: add option to advance tscdeadline hrtimer expiration (v4) Date: Mon, 15 Dec 2014 17:06:05 -0500 Message-ID: <20141215220605.806000829@redhat.com> Cc: Luiz Capitulino , Rik van Riel , Paolo Bonzini , Radim Krcmar To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47468 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbaLOWKz (ORCPT ); Mon, 15 Dec 2014 17:10:55 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBFMAtGt005576 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 15 Dec 2014 17:10:55 -0500 Sender: kvm-owner@vger.kernel.org List-ID: See patches for details. v2: - fix email address. v3: - use module parameter for configuration of value (Paolo/Radim) v4: - fix check for tscdeadline mode while waiting for expiration (Paolo) - use proper delay function (Radim) - fix LVTT tscdeadline mode check in hrtimer interrupt handler (Radim) - add comment regarding PPR and APICv (Paolo)