Re: [Qemu-devel] [PATCH 0/9] Assembly coroutine backend and x86 CET support

2019-05-09 Thread Peter Maydell
On Sun, 5 May 2019 at 16:41, Alex Bennée wrote: > > > Paolo Bonzini writes: > > > *** BLURB HERE *** > > I assume there was going to be a bit more background here? Mmm, could we have the rationale, please ? thanks -- PMM

Re: [Qemu-devel] [PATCH 0/9] Assembly coroutine backend and x86 CET support

2019-05-09 Thread Stefan Hajnoczi
On Sat, May 04, 2019 at 06:05:18AM -0600, Paolo Bonzini wrote: > *** BLURB HERE *** > > Paolo Bonzini (10): > qemugdb: allow adding support for other coroutine backends > qemugdb: allow adding support for other architectures > coroutine: add host specific coroutine backend for 64-bit x86 >

Re: [Qemu-devel] [PATCH 0/9] Assembly coroutine backend and x86 CET support

2019-05-05 Thread Alex Bennée
Paolo Bonzini writes: > *** BLURB HERE *** I assume there was going to be a bit more background here? -- Alex Bennée

[Qemu-devel] [PATCH 0/9] Assembly coroutine backend and x86 CET support

2019-05-04 Thread Paolo Bonzini
*** BLURB HERE *** Paolo Bonzini (10): qemugdb: allow adding support for other coroutine backends qemugdb: allow adding support for other architectures coroutine: add host specific coroutine backend for 64-bit x86 coroutine: add host specific coroutine backend for 64-bit ARM coroutine: a