From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: pyxc_linux_build() in tools/python/xen/lowlevel/xc/xc.c still needed? Date: Tue, 6 Oct 2015 08:33:05 +0200 Message-ID: <56136B21.1030704@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Do we have any requirements to be compatible to old releases regarding the functions in tools/python/xen/lowlevel/xc/xc.c ? Especially pyxc_linux_build() isn't used anywhere in the tree. And this is the only function setting xc_dom_image.superpages, thus removing it would give us the chance to remove some code of the domain builder. Juergen