From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v3 01/23] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op (v10) Date: Fri, 12 Feb 2016 20:53:58 +0000 Message-ID: <56BE4666.6010805@citrix.com> References: <1455300361-13092-1-git-send-email-konrad.wilk@oracle.com> <1455300361-13092-2-git-send-email-konrad.wilk@oracle.com> <56BE3C7D.3030303@citrix.com> <20160212204033.GB20694@char.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aUKj4-0005nz-GH for xen-devel@lists.xenproject.org; Fri, 12 Feb 2016 20:54:02 +0000 In-Reply-To: <20160212204033.GB20694@char.us.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 Cc: Wei Liu , Ian Campbell , jinsong.liu@alibaba-inc.com, Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org, mpohlack@amazon.de, ross.lagerwall@citrix.com, xen-devel@lists.xenproject.org, Daniel De Graaf , sasha.levin@citrix.com List-Id: xen-devel@lists.xenproject.org On 12/02/16 20:40, Konrad Rzeszutek Wilk wrote: >>> diff --git a/xen/include/public/sysctl.h b/xen/include/public/sysctl.h >>> index 96680eb..d549e7a 100644 >>> --- a/xen/include/public/sysctl.h >>> +++ b/xen/include/public/sysctl.h >>> @@ -766,6 +766,160 @@ struct xen_sysctl_tmem_op { >>> typedef struct xen_sysctl_tmem_op xen_sysctl_tmem_op_t; >>> DEFINE_XEN_GUEST_HANDLE(xen_sysctl_tmem_op_t); >>> >>> +/* >>> + * XEN_SYSCTL_XSPLICE_op >>> + * >>> + * Refer to the http://xenbits.xenproject.org/docs/unstable/misc/xsplice.html >> I would refer to the file in the source tree, so docs/misc/xsplice.$FOO >> which is far less likely to change. > The initial patch had exactly that - but Jan asked me to change it to the > URL. Shall I include both of them? Ok then. (most other docs references are relative to the source tree...) ~Andrew