Re: [Qemu-devel] [PATCH v2] riscv: remove define cpu_init()

2018-07-26 Thread Igor Mammedov
On Thu, 26 Jul 2018 10:27:38 +1200 Michael Clark wrote: > On Fri, May 18, 2018 at 8:02 PM, Igor Mammedov wrote: > > > On Fri, 18 May 2018 14:10:24 +1200 > > Michael Clark wrote: > > > > > On Wed, May 16, 2018 at 4:00 AM, Igor Mammedov > > wrote: > > > > > > > cpu_init() was removed si

Re: [Qemu-devel] [PATCH v2] riscv: remove define cpu_init()

2018-07-25 Thread Michael Clark
On Fri, May 18, 2018 at 8:02 PM, Igor Mammedov wrote: > On Fri, 18 May 2018 14:10:24 +1200 > Michael Clark wrote: > > > On Wed, May 16, 2018 at 4:00 AM, Igor Mammedov > wrote: > > > > > cpu_init() was removed since 2.12, so drop the define that is now > unused. > > > > > > Signed-off-by: Igor M

Re: [Qemu-devel] [PATCH v2] riscv: remove define cpu_init()

2018-05-18 Thread Igor Mammedov
On Fri, 18 May 2018 14:10:24 +1200 Michael Clark wrote: > On Wed, May 16, 2018 at 4:00 AM, Igor Mammedov wrote: > > > cpu_init() was removed since 2.12, so drop the define that is now unused. > > > > Signed-off-by: Igor Mammedov > > Reviewed-by: Philippe Mathieu-Daudé > > > > Reviewed-by:

Re: [Qemu-devel] [PATCH v2] riscv: remove define cpu_init()

2018-05-17 Thread Michael Clark
On Wed, May 16, 2018 at 4:00 AM, Igor Mammedov wrote: > cpu_init() was removed since 2.12, so drop the define that is now unused. > > Signed-off-by: Igor Mammedov > Reviewed-by: Philippe Mathieu-Daudé > Reviewed-by: Michael Clark --- > v2: > * refine commit message (Eric Blake ) > --- > t

[Qemu-devel] [PATCH v2] riscv: remove define cpu_init()

2018-05-15 Thread Igor Mammedov
cpu_init() was removed since 2.12, so drop the define that is now unused. Signed-off-by: Igor Mammedov Reviewed-by: Philippe Mathieu-Daudé --- v2: * refine commit message (Eric Blake ) --- target/riscv/cpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/target/riscv/cpu.h b/target/riscv/