From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752440AbcFUOvl (ORCPT ); Tue, 21 Jun 2016 10:51:41 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:58728 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751516AbcFUOvj (ORCPT ); Tue, 21 Jun 2016 10:51:39 -0400 X-IronPort-AV: E=Sophos;i="5.26,504,1459814400"; d="scan'208";a="368727771" Subject: Re: [Xen-devel] [PATCH v4] xen: add steal_clock support on x86 To: Juergen Gross , , References: <1463729208-4238-1-git-send-email-jgross@suse.com> CC: , , , From: David Vrabel Message-ID: <57695478.502@citrix.com> Date: Tue, 21 Jun 2016 15:51:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <1463729208-4238-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/05/16 08:26, Juergen Gross wrote: > The pv_time_ops structure contains a function pointer for the > "steal_clock" functionality used only by KVM and Xen on ARM. Xen on x86 > uses its own mechanism to account for the "stolen" time a thread wasn't > able to run due to hypervisor scheduling. > > Add support in Xen arch independent time handling for this feature by > moving it out of the arm arch into drivers/xen and remove the x86 Xen > hack. Applied for-linus-4.8, thanks. David