Re: [PATCH v7 00/15] linux-user: simplify safe signal handling

2021-12-14 Thread WANG Xuerui
Hi Richard, On 12/14/21 08:25, Richard Henderson wrote: For convenience the tree is at https://gitlab.com/rth7680/qemu/-/tree/lu-safesignal Xuerui, if you could rebase your tcg/loongarch work on top of this, I'd like to get both series in early in the next development cycle. Thanks for th

[PATCH v7 00/15] linux-user: simplify safe signal handling

2021-12-13 Thread Richard Henderson
Changes for v7: * Drop incorrect ppc64 "cleanup", which reminded me that we need to select a non-syscall-clobbered register. So that meant changes to the mips edition. Changes for v6: * Re-order patches so that the move to common happens after all of the changes to linux-user. Se