On 16 February 2018 at 21:56, Richard Henderson <richard.hender...@linaro.org> wrote: > This changes the qemu signal frame layout to be more like the kernel's, > in that the various records are dynamically allocated rather than fixed > in place by a structure. > > For now, all of the allocation is out of uc.tuc_mcontext.__reserved, > so the allocation is actually trivial. That will change with SVE support. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM