From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: how to generate a smaller core with xm dump-core Date: Fri, 16 Jan 2015 10:14:12 +0000 Message-ID: <1421403252.19839.40.camel@citrix.com> References: <54B73497.1030500@oracle.com> <1421317253.19103.322.camel@citrix.com> <54B7E7D4.2010808@terremark.com> <54B8CE3F.5060806@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54B8CE3F.5060806@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: zhenzhong.duan@oracle.com Cc: liju.gopinath@oracle.com, Don Slutz , xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2015-01-16 at 16:39 +0800, Zhenzhong Duan wrote: > I am thinking if port some code from makedumpfile is possible and > acceptable. makedumpfile appears to be GPL, whereas libxc is LGPL, so if you wanted to port code directly you would need permissions from the copyright holders to re-license. I think we would be OK with you reimplementing some of the techniques within tools/libxc/xc_core*.c though, so long as you don't copy actual code. Obviously just improving that code without reference to makedumpfile is fine too. I don't think we need or want yet another tool for doing this in the code base though. Another option would be for you to add Xen support to makedumpfile, you'd want to speak to the maintainers of the tool about that though. Ian.