Re: [Qemu-devel] [PATCH 2/7] riscv: Don't split CPU model string

2019-04-19 Thread Alistair Francis
On Thu, Apr 18, 2019 at 11:20 PM Eduardo Habkost wrote: > > CPUClass::class_by_name is called after the CPU model name and > options were already split, there's no need to split the string > again. > > Signed-off-by: Eduardo Habkost Reviewed-by: Alistair Francis Alistair > --- > Cc: Palmer Da

[Qemu-devel] [PATCH 2/7] riscv: Don't split CPU model string

2019-04-18 Thread Eduardo Habkost
CPUClass::class_by_name is called after the CPU model name and options were already split, there's no need to split the string again. Signed-off-by: Eduardo Habkost --- Cc: Palmer Dabbelt Cc: Alistair Francis Cc: Sagar Karandikar Cc: Bastian Koppelmann Cc: qemu-ri...@nongnu.org --- target/ri