Re: [PATCH] target/riscv: Fix minor whitespace issue in riscv_cpu_properties

2025-02-09 Thread Alistair Francis
On Sat, Feb 8, 2025 at 1:29 AM Rob Bradford wrote: > > The mvendorid/mimpid/marchid properties have the wrong amount of > whitespace ahead of them. > > Signed-off-by: Rob Bradford Thanks! Applied to riscv-to-apply.next Alistair > --- > target/riscv/cpu.c | 6 +++--- > 1 file changed, 3 inser

Re: [PATCH] target/riscv: Fix minor whitespace issue in riscv_cpu_properties

2025-02-07 Thread Daniel Henrique Barboza
Ccing qemu-trivial and Michael On 2/7/25 12:28 PM, Rob Bradford wrote: The mvendorid/mimpid/marchid properties have the wrong amount of whitespace ahead of them. Signed-off-by: Rob Bradford --- Reviewed-by: Daniel Henrique Barboza target/riscv/cpu.c | 6 +++--- 1 file changed, 3 inse

[PATCH] target/riscv: Fix minor whitespace issue in riscv_cpu_properties

2025-02-07 Thread Rob Bradford
The mvendorid/mimpid/marchid properties have the wrong amount of whitespace ahead of them. Signed-off-by: Rob Bradford --- target/riscv/cpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 3d4bd157d2..cca24b9f1f 100644 ---