Re: [Qemu-devel] [PATCH 4/9] coroutine: add host specific coroutine backend for 64-bit ARM

2019-05-09 Thread Stefan Hajnoczi
On Sat, May 04, 2019 at 06:05:22AM -0600, Paolo Bonzini wrote: > diff --git a/configure b/configure > index c01f57a3ae..26e62a4ab1 100755 > --- a/configure > +++ b/configure > @@ -5200,7 +5200,7 @@ fi > if test "$coroutine" = ""; then >if test "$mingw32" = "yes"; then > coroutine=win32 >

Re: [Qemu-devel] [PATCH 4/9] coroutine: add host specific coroutine backend for 64-bit ARM

2019-05-05 Thread Richard Henderson
On 5/4/19 5:05 AM, Paolo Bonzini wrote: > The speedup is similar to x86, 120 ns vs 180 ns on an APM Mustang. > > Signed-off-by: Paolo Bonzini > --- > configure| 2 +- > scripts/qemugdb/coroutine_asm.py | 6 - > util/Makefile.objs | 2 ++ >

[Qemu-devel] [PATCH 4/9] coroutine: add host specific coroutine backend for 64-bit ARM

2019-05-04 Thread Paolo Bonzini
The speedup is similar to x86, 120 ns vs 180 ns on an APM Mustang. Signed-off-by: Paolo Bonzini --- configure| 2 +- scripts/qemugdb/coroutine_asm.py | 6 - util/Makefile.objs | 2 ++ util/coroutine-asm.c | 45