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 (v5) Date: Tue, 16 Dec 2014 09:08:13 -0500 Message-ID: <20141216140813.493421022@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]:54048 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981AbaLPOJt (ORCPT ); Tue, 16 Dec 2014 09:09:49 -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 sBGE9nhI014695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 16 Dec 2014 09:09:49 -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) v5: - use tscdeadline expiration and guest tsc difference in tracepoint (Paolo)