From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: Re: [PATCH] xen/tools: Introduce QNX IFS loader Date: Tue, 19 Aug 2014 18:26:46 +0200 Message-ID: <1408465606.3725.53.camel@Solace.lan> References: <1408463462-19568-1-git-send-email-oleksandr.tyshchenko@globallogic.com> <53F3778E.4020109@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1725473095563832695==" Return-path: In-Reply-To: <53F3778E.4020109@citrix.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: Andrew Cooper Cc: Lars Kurth , ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, julien.grall@linaro.org, tim@xen.org, xen-devel@lists.xen.org, Oleksandr Tyshchenko List-Id: xen-devel@lists.xenproject.org --===============1725473095563832695== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-sB0zRKu/+kUyrOsX9MSN" --=-sB0zRKu/+kUyrOsX9MSN Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable [Adding Lars, as he may be of help with licensing things] On mar, 2014-08-19 at 17:13 +0100, Andrew Cooper wrote: > On 19/08/14 16:51, Oleksandr Tyshchenko wrote: > > Add ability to load QNX IFS image. Based on IPL code (U-Boot for QNX). > > > > Signed-off-by: Oleksandr Tyshchenko > > --- > > tools/libxc/Makefile | 1 + > > tools/libxc/xc_dom_qnxifsloader.c | 189 ++++++++++++++++++++++++++++++= ++++++++ > > 2 files changed, 190 insertions(+) > > create mode 100644 tools/libxc/xc_dom_qnxifsloader.c > > > > diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile > > index 22eef8e..812cc7e 100644 > > --- a/tools/libxc/Makefile > > +++ b/tools/libxc/Makefile > > @@ -67,6 +67,7 @@ GUEST_SRCS-y +=3D xc_dom_elfloader.c > > GUEST_SRCS-$(CONFIG_X86) +=3D xc_dom_bzimageloader.c > > GUEST_SRCS-$(CONFIG_X86) +=3D xc_dom_decompress_lz4.c > > GUEST_SRCS-$(CONFIG_ARM) +=3D xc_dom_armzimageloader.c > > +GUEST_SRCS-$(CONFIG_ARM) +=3D xc_dom_qnxifsloader.c > > GUEST_SRCS-y +=3D xc_dom_binloader.c > > GUEST_SRCS-y +=3D xc_dom_compat_linux.c > > =20 > > diff --git a/tools/libxc/xc_dom_qnxifsloader.c b/tools/libxc/xc_dom_qnx= ifsloader.c > > new file mode 100644 > > index 0000000..45d007d > > --- /dev/null > > +++ b/tools/libxc/xc_dom_qnxifsloader.c > > @@ -0,0 +1,189 @@ > > +/* > > + * Xen domain builder -- QNX IFS bits > > + * > > + * Parse and load QNX IFS image. > > + * > > + * Copyright (C) 2014, Globallogic. > > + * > > + * Licensed under the Apache License, Version 2.0 (the "License"). You > > + * may not reproduce, modify or distribute this software except in > > + * compliance with the License. You may obtain a copy of the License > > + * at: http://www.apache.org/licenses/LICENSE-2.0 > > + * > > + * Unless required by applicable law or agreed to in writing, software > > + * distributed under the License is distributed on an "AS IS" basis, > > + * WITHOUT WARRANTIES OF ANY KIND, either express or implied. > > + * > > + * This file may contain contributions from others, either as > > + * contributors under the License or as licensors under other terms. > > + * Please review this entire file for other proprietary rights or lice= nse > > + * notices, as well as the QNX Development Suite License Guide at > > + * http://licensing.qnx.com/license-guide/ for other information. > > + */ >=20 > The rest of libxc is licensed under GPLv2.1, which is incompatible with > Apache 2.0 >=20 > IANAL, but I don't believe this can be accepted in its current form. >=20 > ~Andrew >=20 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-sB0zRKu/+kUyrOsX9MSN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlPzesYACgkQk4XaBE3IOsSVqACeI1fbgM7Nno3qXsD5mQjEWgy4 fjMAoK9lG5DiCmH75pQrtFt3GDjE2Mry =tuf8 -----END PGP SIGNATURE----- --=-sB0zRKu/+kUyrOsX9MSN-- --===============1725473095563832695== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============1725473095563832695==--