Re: [PATCH] configure: improve error for ucontext coroutine backend

2022-08-25 Thread Philippe Mathieu-Daudé via
On 19/8/22 19:02, Paolo Bonzini wrote: Instead of using feature_not_found(), which is not a good match because there is no "remedy" to fix the lack of makecontext(), just print a custom error. This happens to remove the last use of feature_not_found(), so remove the definition and the documentat

Re: [PATCH] configure: improve error for ucontext coroutine backend

2022-08-19 Thread Richard Henderson
On 8/19/22 10:02, Paolo Bonzini wrote: Instead of using feature_not_found(), which is not a good match because there is no "remedy" to fix the lack of makecontext(), just print a custom error. This happens to remove the last use of feature_not_found(), so remove the definition and the documentat

[PATCH] configure: improve error for ucontext coroutine backend

2022-08-19 Thread Paolo Bonzini
Instead of using feature_not_found(), which is not a good match because there is no "remedy" to fix the lack of makecontext(), just print a custom error. This happens to remove the last use of feature_not_found(), so remove the definition and the documentation. Signed-off-by: Paolo Bonzini ---