From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752800AbcFVPtJ (ORCPT ); Wed, 22 Jun 2016 11:49:09 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:38753 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751601AbcFVPtH convert rfc822-to-8bit (ORCPT ); Wed, 22 Jun 2016 11:49:07 -0400 Subject: Re: [PATCH 0/3] xen: add full support for CONFIG_PARAVIRT_TIME_ACCOUNTING To: Juergen Gross , xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org References: <1466579034-12113-1-git-send-email-jgross@suse.com> Cc: sstabellini@kernel.org, david.vrabel@citrix.com From: Boris Ostrovsky Message-ID: <576AB340.8060202@oracle.com> Date: Wed, 22 Jun 2016 11:48:16 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1466579034-12113-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22/2016 03:03 AM, Juergen Gross wrote: > With most recent Xen hypervisor (4.8) it is now possible to add full > support of CONFIG_PARAVIRT_TIME_ACCOUNTING. > > To be applied on top of commit ed2f61fdd2356c2a1d1239aa1507ce4e2e059306 > "xen: add steal_clock support on x86" of kernel/git/xen/tip.git > > Runtime tested on x86_64, compile tested on arm64. > > Juergen Gross (3): > xen: update xen headers > arm/xen: add support for vm_assist hypercall > xen: support runqueue steal time on xen > > arch/arm/include/asm/xen/hypercall.h | 1 + > arch/arm/xen/enlighten.c | 1 + > arch/arm/xen/hypercall.S | 1 + > arch/arm64/xen/hypercall.S | 1 + > drivers/xen/time.c | 42 +++++++++++++++++++++--------------- > include/xen/interface/vcpu.h | 24 +++++++++++++-------- > include/xen/interface/xen.h | 17 ++++++++++++++- > 7 files changed, 60 insertions(+), 27 deletions(-) > Reviewed-by: Boris Ostrovsky