Re: [PATCH 1/3] linux-user/elfload: Enable vxe2 on s390x

2023-08-17 Thread Claudio Fontana
On 8/5/23 01:03, Ilya Leoshkevich wrote: > The vxe2 hwcap is not set for programs running in linux-user, but is > set by a Linux kernel running in softmmu. Add it to the former. > > Signed-off-by: Ilya Leoshkevich > --- > linux-user/elfload.c | 1 + > 1 file changed, 1 insertion(+) > > diff

Re: [PATCH 1/3] linux-user/elfload: Enable vxe2 on s390x

2023-08-05 Thread David Hildenbrand
On 05.08.23 01:03, Ilya Leoshkevich wrote: The vxe2 hwcap is not set for programs running in linux-user, but is set by a Linux kernel running in softmmu. Add it to the former. Signed-off-by: Ilya Leoshkevich --- linux-user/elfload.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 1/3] linux-user/elfload: Enable vxe2 on s390x

2023-08-04 Thread Richard Henderson
On 8/4/23 16:03, Ilya Leoshkevich wrote: The vxe2 hwcap is not set for programs running in linux-user, but is set by a Linux kernel running in softmmu. Add it to the former. Signed-off-by: Ilya Leoshkevich --- linux-user/elfload.c | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Richard

[PATCH 1/3] linux-user/elfload: Enable vxe2 on s390x

2023-08-04 Thread Ilya Leoshkevich
The vxe2 hwcap is not set for programs running in linux-user, but is set by a Linux kernel running in softmmu. Add it to the former. Signed-off-by: Ilya Leoshkevich --- linux-user/elfload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index