On 3/25/22 06:16, Peter Maydell wrote:
+ return -QEMU_ESIGRETURN;badframe: unlock_user_struct(frame, frame_addr, 0);Don't you also need to return -QEMU_ESIGRETURN in the badframe error-handling case? The other guest architecture implementations of do_sigreturn seem to do that.
Yep, good catch. r~