From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/2] KVM: add option to advance tscdeadline hrtimer expiration (v3) Date: Wed, 10 Dec 2014 15:57:49 -0500 Message-ID: <20141210205749.035440781@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]:40772 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933237AbaLJVBA (ORCPT ); Wed, 10 Dec 2014 16:01:00 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBAL0xI6005230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 16:00:59 -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)