From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Rozenfeld Subject: [RFC PATCH v2 0/2] Hyper-V timers Date: Sun, 19 May 2013 17:06:35 +1000 Message-ID: <1368947197-9033-1-git-send-email-vrozenfe@redhat.com> Cc: gleb@redhat.com, mtosatti@redhat.com, pl@dlh.net, Vadim Rozenfeld To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40844 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751940Ab3ESHG4 (ORCPT ); Sun, 19 May 2013 03:06:56 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This RFC series adds support for two Hyper-V timer services - a per-partition reference time counter, and a partition reference time enlightenment. Vadim Rozenfeld (2): add support for Hyper-V reference time counter add support for Hyper-V invariant TSC arch/x86/include/asm/kvm_host.h | 2 ++ arch/x86/include/uapi/asm/hyperv.h | 14 +++++++++++++ arch/x86/kvm/x86.c | 43 +++++++++++++++++++++++++++++++++++++- include/uapi/linux/kvm.h | 1 + 4 files changed, 59 insertions(+), 1 deletion(-) -- 1.8.1.2