Re: [PATCH] linux-user/x86_64: Fix ELF_PLATFORM

2022-06-21 Thread Laurent Vivier
Le 03/06/2022 à 23:38, Richard Henderson a écrit : We had been using the i686 platform string for x86_64. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1041 Signed-off-by: Richard Henderson --- linux-user/elfload.c | 30 +- 1 file changed, 17 insertions(

Re: [PATCH] linux-user/x86_64: Fix ELF_PLATFORM

2022-06-04 Thread Laurent Vivier
Le 03/06/2022 à 23:38, Richard Henderson a écrit : We had been using the i686 platform string for x86_64. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1041 Signed-off-by: Richard Henderson --- linux-user/elfload.c | 30 +- 1 file changed, 17 insertions(

Re: [PATCH] linux-user/x86_64: Fix ELF_PLATFORM

2022-06-04 Thread Philippe Mathieu-Daudé via
On 3/6/22 23:38, Richard Henderson wrote: We had been using the i686 platform string for x86_64. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1041 Signed-off-by: Richard Henderson --- linux-user/elfload.c | 30 +- 1 file changed, 17 insertions(+), 13 de

[PATCH] linux-user/x86_64: Fix ELF_PLATFORM

2022-06-03 Thread Richard Henderson
We had been using the i686 platform string for x86_64. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1041 Signed-off-by: Richard Henderson --- linux-user/elfload.c | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/linux-user/elfload.c