From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v1 3/4] XENVER_build_id: Provide ld-embedded build-ids Date: Fri, 9 Oct 2015 10:35:27 +0100 Message-ID: <1444383327.1410.316.camel@citrix.com> References: <1444359390-14153-1-git-send-email-konrad.wilk@oracle.com> <1444359390-14153-4-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZkU5M-0000wY-9z for xen-devel@lists.xenproject.org; Fri, 09 Oct 2015 09:35:32 +0000 In-Reply-To: <1444359390-14153-4-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org, wei.liu2@citrix.com, ian.jackson@eu.citrix.com, jbeulich@suse.com, andrew.cooper3@citrix.com, mpohlack@amazon.de, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On Thu, 2015-10-08 at 22:56 -0400, Konrad Rzeszutek Wilk wrote: > @@ -1633,6 +1633,8 @@ int xc_sysctl(xc_interface *xch, struct xen_sysctl > *sysctl); > > int xc_version(xc_interface *xch, int cmd, void *arg); > > +int xc_version_len(xc_interface *xch, int cmd, void *arg, size_t len); If we are going this route (not sure if Jan's comments on #2 invalidate this approach) then please just update the xc_version API and the in tree callers. libxc doesn't have a stable API so there is no need to provide variants for compatibility.