From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] libxc: remove most of tools/libxc/xc_dom_compat_linux.c Date: Tue, 6 Oct 2015 13:52:16 +0100 Message-ID: <5613C400.4040209@citrix.com> References: <1444131327-22000-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444131327-22000-1-git-send-email-jgross@suse.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: Juergen Gross , xen-devel@lists.xen.org, Ian.Campbell@citrix.com, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On 06/10/15 12:35, Juergen Gross wrote: > In tools/libxc/xc_dom_compat_linux.c only xc_linux_build() is currently > being used by an in-tree component (qemu-xen). All other functions are > superfluous wrappers of the domain builder which can be removed. > > Suggested-by: Ian Campbell > Signed-off-by: Juergen Gross Sorry, but NACK. They are *not* superfluous. XenServer uses them; xc_dom_linux_build() is the only way to apply XSA-25 size restrictions to PV kernels and initrds. ~Andrew