From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [RFC PATCH 0/2] Hyper-V timers Date: Thu, 16 May 2013 11:02:07 +0300 Message-ID: <20130516080207.GI26453@redhat.com> References: <1368445517-5496-1-git-send-email-vrozenfe@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, mtosatti@redhat.com, pl@dlh.net To: Vadim Rozenfeld Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32585 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756028Ab3EPICM (ORCPT ); Thu, 16 May 2013 04:02:12 -0400 Content-Disposition: inline In-Reply-To: <1368445517-5496-1-git-send-email-vrozenfe@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Marcelo, please review. On Mon, May 13, 2013 at 09:45:15PM +1000, Vadim Rozenfeld wrote: > 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 -- Gleb.