[PATCH] linux-user: Add support for LoongArch64's old world ABI

2023-01-23 Thread WANG Xuerui
From: WANG Xuerui This patch adds a "loongarch64ow-linux-user" target and a corresponding "qemu-loongarch64ow" binary, for supporting user-mode emulation of old-world LoongArch applications in the wild. Although the old-world LoongArch is already being (slowly) phased out, there are already a nu

Re: [PATCH] linux-user: Add support for LoongArch64's old world ABI

2023-01-23 Thread WANG Xuerui
On 1/23/23 18:47, Peter Maydell wrote: On Mon, 23 Jan 2023 at 10:27, WANG Xuerui wrote: From: WANG Xuerui This patch adds a "loongarch64ow-linux-user" target and a corresponding "qemu-loongarch64ow" binary, for supporting user-mode emulation of old-world LoongArch applications in the wild.

Re: [PATCH] linux-user: Add support for LoongArch64's old world ABI

2023-01-23 Thread Peter Maydell
On Mon, 23 Jan 2023 at 10:27, WANG Xuerui wrote: > > From: WANG Xuerui > > This patch adds a "loongarch64ow-linux-user" target and a > corresponding "qemu-loongarch64ow" binary, for supporting user-mode > emulation of old-world LoongArch applications in the wild. > > Although the old-world LoongA