From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753737AbbCBLAt (ORCPT ); Mon, 2 Mar 2015 06:00:49 -0500 Received: from smtp.citrix.com ([66.165.176.89]:21786 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751077AbbCBLAp (ORCPT ); Mon, 2 Mar 2015 06:00:45 -0500 X-IronPort-AV: E=Sophos;i="5.09,675,1418083200"; d="scan'208";a="238918380" Message-ID: <54F442B6.1050400@citrix.com> Date: Mon, 2 Mar 2015 11:00:06 +0000 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Juergen Gross , , , , , , , , , , , Subject: Re: [Xen-devel] [RESEND Patch V2 0/4] xen: auto-generate symbols for xen hypercalls References: <1421826565-10826-1-git-send-email-jgross@suse.com> In-Reply-To: <1421826565-10826-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="windows-1252" 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 21/01/15 07:49, Juergen Gross wrote: > The Xen hypercalls are defined in include/xen/interface/xen.h. There > are some places where for each hypercall a table element is created. > Instead of manually add each hypercall element to these tables use > an auto generated header built during the make process of the kernel. Applied to devel/for-linus-4.1, thanks. David