Re: [Qemu-devel] [PATCH 3/7] target/openrisc: add numcores and coreid support

2017-04-18 Thread Richard Henderson
On 04/16/2017 04:23 PM, Stafford Horne wrote: These are used to identify the processor in SMP system. Their definition has been defined in verilog cores but it not yet part of the spec but it will be soon. The proposal for this is available: https://openrisc.io/proposals/core-identifier-and-n

[Qemu-devel] [PATCH 3/7] target/openrisc: add numcores and coreid support

2017-04-16 Thread Stafford Horne
These are used to identify the processor in SMP system. Their definition has been defined in verilog cores but it not yet part of the spec but it will be soon. The proposal for this is available: https://openrisc.io/proposals/core-identifier-and-number-of-cores Signed-off-by: Stafford Horne -