Re: [PATCH] coroutine: add libucontext as external library

2021-03-10 Thread Joelle van Dyne
Good point, I only ran the PC BIOS but it did time out of 56 tests. -j On Wed, Mar 10, 2021 at 1:30 AM Daniel P. Berrangé wrote: > > On Tue, Mar 09, 2021 at 01:21:29PM -0800, Joelle van Dyne wrote: > > On Tue, Mar 9, 2021 at 10:24 AM Joelle van Dyne wrote: > > > > > > On Tue, Mar 9, 2021 at 7:3

Re: [PATCH] coroutine: add libucontext as external library

2021-03-10 Thread Daniel P . Berrangé
On Tue, Mar 09, 2021 at 01:21:29PM -0800, Joelle van Dyne wrote: > On Tue, Mar 9, 2021 at 10:24 AM Joelle van Dyne wrote: > > > > On Tue, Mar 9, 2021 at 7:38 AM Stefan Hajnoczi wrote: > > > > > > On Mon, Mar 08, 2021 at 07:26:36PM -0800, Joelle van Dyne wrote: > > > > iOS does not support ucontex

Re: [PATCH] coroutine: add libucontext as external library

2021-03-09 Thread Joelle van Dyne
On Tue, Mar 9, 2021 at 10:24 AM Joelle van Dyne wrote: > > On Tue, Mar 9, 2021 at 7:38 AM Stefan Hajnoczi wrote: > > > > On Mon, Mar 08, 2021 at 07:26:36PM -0800, Joelle van Dyne wrote: > > > iOS does not support ucontext natively for aarch64 and the sigaltstack is > > > also unsupported (even wo

Re: [PATCH] coroutine: add libucontext as external library

2021-03-09 Thread Joelle van Dyne
On Tue, Mar 9, 2021 at 7:38 AM Stefan Hajnoczi wrote: > > On Mon, Mar 08, 2021 at 07:26:36PM -0800, Joelle van Dyne wrote: > > iOS does not support ucontext natively for aarch64 and the sigaltstack is > > also unsupported (even worse, it fails silently, see: > > https://openradar.appspot.com/13002

Re: [PATCH] coroutine: add libucontext as external library

2021-03-09 Thread Stefan Hajnoczi
On Mon, Mar 08, 2021 at 07:26:36PM -0800, Joelle van Dyne wrote: > 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