Re: [Qemu-devel] [PATCH v4 3/5] aarch64-linux-user: Remove struct target_aux_context

2018-03-06 Thread Alex Bennée
Richard Henderson writes: > 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

[Qemu-devel] [PATCH v4 3/5] aarch64-linux-user: Remove struct target_aux_context

2018-03-03 Thread Richard Henderson
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 wit