Re: [PATCH 01/12] linux-user: elfload: Add more initial s390x PSW bits

2023-07-04 Thread David Hildenbrand
On 04.07.23 09:40, Ilya Leoshkevich wrote: On Tue, 2023-07-04 at 09:32 +0200, David Hildenbrand wrote: On 03.07.23 17:50, Ilya Leoshkevich wrote: Make the PSW look more similar to the real s390x userspace PSW. Except for being there, the newly added bits should not affect the userspace code exe

Re: [PATCH 01/12] linux-user: elfload: Add more initial s390x PSW bits

2023-07-04 Thread Ilya Leoshkevich
On Tue, 2023-07-04 at 09:32 +0200, David Hildenbrand wrote: > On 03.07.23 17:50, Ilya Leoshkevich wrote: > > Make the PSW look more similar to the real s390x userspace PSW. > > Except for being there, the newly added bits should not affect the > > userspace code execution. > > What's the purpose o

Re: [PATCH 01/12] linux-user: elfload: Add more initial s390x PSW bits

2023-07-04 Thread David Hildenbrand
On 03.07.23 17:50, Ilya Leoshkevich wrote: Make the PSW look more similar to the real s390x userspace PSW. Except for being there, the newly added bits should not affect the userspace code execution. What's the purpose of this then? Required for follow-up patches? Signed-off-by: Ilya Leoshke

[PATCH 01/12] linux-user: elfload: Add more initial s390x PSW bits

2023-07-03 Thread Ilya Leoshkevich
Make the PSW look more similar to the real s390x userspace PSW. Except for being there, the newly added bits should not affect the userspace code execution. Signed-off-by: Ilya Leoshkevich --- linux-user/elfload.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux-user/