[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/10] coroutine: add libucontext as external library
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 06/10] coroutine: add libucontext as external library |
Date: |
Tue, 13 Oct 2020 17:18:48 +0100 |
User-agent: |
Mutt/1.14.6 (2020-07-11) |
On Tue, Oct 13, 2020 at 04:49:26PM +0200, BALATON Zoltan via wrote:
> On Tue, 13 Oct 2020, Stefan Hajnoczi wrote:
> > On Mon, Oct 12, 2020 at 04:29:35PM -0700, Joelle van Dyne wrote:
> > > From: osy <osy86@users.noreply.github.com>
> > >
> > > iOS does not support ucontext natively for aarch64 and the sigaltstack is
> > > also unsupported (even worse, it fails silently, see:
> > > https://openradar.appspot.com/13002712 )
> > >
> > > As a workaround we include a library implementation of ucontext and add it
> > > as a build option.
> > >
> > > Signed-off-by: Joelle van Dyne <j@getutm.app>
> >
> > Hi,
> > Thanks for sending posting this!
> >
> > Please indicate what license libucontext is under, that it is compatible
> > with QEMU's overall GPL v2 license, and update QEMU license
>
> https://github.com/utmapp/libucontext/blob/master/LICENSE
I don't recognise that license text as being an exact match for any
common open source license.
As best I can tell, it is closest to being yet another variant of the
MIT license, of which there are ridiculously many
https://fedoraproject.org/wiki/Licensing:MIT
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH 09/10] tcg: support JIT on Apple Silicon, (continued)
- [PATCH 09/10] tcg: support JIT on Apple Silicon, Joelle van Dyne, 2020/10/12
- [PATCH 02/10] configure: cross-compiling without cross_prefix, Joelle van Dyne, 2020/10/12
- [PATCH 03/10] qemu: add support for iOS host, Joelle van Dyne, 2020/10/12
- [PATCH 06/10] coroutine: add libucontext as external library, Joelle van Dyne, 2020/10/12
- [PATCH 05/10] slirp: update for iOS resolv fix, Joelle van Dyne, 2020/10/12
- [PATCH 07/10] tcg: implement bulletproof JIT, Joelle van Dyne, 2020/10/12