From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vadim Rozenfeld Subject: [RFC PATCH 0/2] Hyper-V timers Date: Mon, 13 May 2013 21:45:15 +1000 Message-ID: <1368445517-5496-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]:57985 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752725Ab3EMLpe (ORCPT ); Mon, 13 May 2013 07:45:34 -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 enlightenmen. Vadim Rozenfeld (2): hyper-v reference counter Hyper-V iTSC handler arch/x86/include/asm/kvm_host.h | 2 ++ arch/x86/include/uapi/asm/hyperv.h | 13 +++++++++++++ arch/x86/kvm/x86.c | 33 ++++++++++++++++++++++++++++++++- include/uapi/linux/kvm.h | 1 + 4 files changed, 48 insertions(+), 1 deletion(-) -- 1.8.1.2