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 (v6) Date: Tue, 23 Dec 2014 15:58:41 -0500 Message-ID: <20141223205841.410988818@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]:48301 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756447AbaLWVBW (ORCPT ); Tue, 23 Dec 2014 16:01:22 -0500 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 (8.14.4/8.14.4) with ESMTP id sBNL1MHn001582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 23 Dec 2014 16:01:22 -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) v6: - Remove unnecessary delay loop (Radim) - Disable feature if __delay is not TSC based (Paolo)