Re: [PATCH] linux-user/riscv: change default cpu to 'max'

2023-11-05 Thread Alistair Francis
On Fri, Nov 3, 2023 at 11:43 PM Peter Maydell wrote: > > On Mon, 23 Oct 2023 at 02:15, Alistair Francis wrote: > > > > On Fri, Oct 20, 2023 at 5:46 PM Daniel Henrique Barboza > > wrote: > > > > > > Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the > > > default CPU for lin

Re: [PATCH] linux-user/riscv: change default cpu to 'max'

2023-11-03 Thread Peter Maydell
On Mon, 23 Oct 2023 at 02:15, Alistair Francis wrote: > > On Fri, Oct 20, 2023 at 5:46 PM Daniel Henrique Barboza > wrote: > > > > Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the > > default CPU for linux-user. The result is that all linux-users > > invocations that doesn

Re: [PATCH] linux-user/riscv: change default cpu to 'max'

2023-10-22 Thread Alistair Francis
On Fri, Oct 20, 2023 at 5:46 PM Daniel Henrique Barboza wrote: > > Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the > default CPU for linux-user. The result is that all linux-users > invocations that doesn't specify a different CPU started to show a > deprecation warning: >

Re: [PATCH] linux-user/riscv: change default cpu to 'max'

2023-10-22 Thread Alistair Francis
On Fri, Oct 20, 2023 at 5:46 PM Daniel Henrique Barboza wrote: > > Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the > default CPU for linux-user. The result is that all linux-users > invocations that doesn't specify a different CPU started to show a > deprecation warning: >

Re: [PATCH] linux-user/riscv: change default cpu to 'max'

2023-10-21 Thread Richard Henderson
On 10/20/23 00:45, Daniel Henrique Barboza wrote: Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the default CPU for linux-user. The result is that all linux-users invocations that doesn't specify a different CPU started to show a deprecation warning: $ ./build/qemu-riscv64

Re: [PATCH] linux-user/riscv: change default cpu to 'max'

2023-10-20 Thread Philippe Mathieu-Daudé
On 20/10/23 09:45, Daniel Henrique Barboza wrote: Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the default CPU for linux-user. The result is that all linux-users invocations that doesn't specify a different CPU started to show a deprecation warning: $ ./build/qemu-riscv64

[PATCH] linux-user/riscv: change default cpu to 'max'

2023-10-20 Thread Daniel Henrique Barboza
Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the default CPU for linux-user. The result is that all linux-users invocations that doesn't specify a different CPU started to show a deprecation warning: $ ./build/qemu-riscv64 ./foo-novect.out qemu-riscv64: warning: The 'any'