Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode

2023-03-06 Thread Palmer Dabbelt
On Mon, 06 Mar 2023 09:50:49 PST (-0800), dbarb...@ventanamicro.com wrote: On 3/5/23 20:34, Palmer Dabbelt wrote: On Fri, 03 Mar 2023 05:12:47 PST (-0800), alexgh...@rivosinc.com wrote: This introduces new properties to allow the user to set the satp mode, see patch 3 for full syntax. In

Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode

2023-03-06 Thread Daniel Henrique Barboza
On 3/5/23 20:34, Palmer Dabbelt wrote: On Fri, 03 Mar 2023 05:12:47 PST (-0800), alexgh...@rivosinc.com wrote: This introduces new properties to allow the user to set the satp mode, see patch 3 for full syntax. In addition, it prevents cpus to boot in a satp mode they do not support (see

Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode

2023-03-06 Thread Palmer Dabbelt
On Mon, 06 Mar 2023 00:33:20 PST (-0800), alexgh...@rivosinc.com wrote: Hi Palmer, On Mon, Mar 6, 2023 at 12:34 AM Palmer Dabbelt wrote: On Fri, 03 Mar 2023 05:12:47 PST (-0800), alexgh...@rivosinc.com wrote: > This introduces new properties to allow the user to set the satp mode, > see

Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode

2023-03-06 Thread Alexandre Ghiti
Hi Palmer, On Mon, Mar 6, 2023 at 12:34 AM Palmer Dabbelt wrote: > > On Fri, 03 Mar 2023 05:12:47 PST (-0800), alexgh...@rivosinc.com wrote: > > This introduces new properties to allow the user to set the satp mode, > > see patch 3 for full syntax. In addition, it prevents cpus to boot in a > >

Re: [PATCH v11 0/5] riscv: Allow user to set the satp mode

2023-03-05 Thread Palmer Dabbelt
On Fri, 03 Mar 2023 05:12:47 PST (-0800), alexgh...@rivosinc.com wrote: This introduces new properties to allow the user to set the satp mode, see patch 3 for full syntax. In addition, it prevents cpus to boot in a satp mode they do not support (see patch 4). base-commit: commit c61d1a066cb6

[PATCH v11 0/5] riscv: Allow user to set the satp mode

2023-03-03 Thread Alexandre Ghiti
This introduces new properties to allow the user to set the satp mode, see patch 3 for full syntax. In addition, it prevents cpus to boot in a satp mode they do not support (see patch 4). base-commit: commit c61d1a066cb6 ("Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging")