Re: [Qemu-devel] [PATCH 16/19] target-tilegx: move cpu_exec_realize() to realize function

2016-10-05 Thread Laurent Vivier
On 06/10/2016 01:57, Chen Gang wrote: > > On 10/6/16 03:38, Laurent Vivier wrote: >> I've removed the cannot_destroy_with_object_finalize_yet field as >> cpu_exec_init() is not called by tilegx_cpu_initfn() anymore >> (not tested with QOM command as tilegx is only available in linux-user >> mod

Re: [Qemu-devel] [PATCH 16/19] target-tilegx: move cpu_exec_realize() to realize function

2016-10-05 Thread David Gibson
On Thu, Oct 06, 2016 at 07:57:34AM +0800, Chen Gang wrote: > > On 10/6/16 03:38, Laurent Vivier wrote: > > I've removed the cannot_destroy_with_object_finalize_yet field as > > cpu_exec_init() is not called by tilegx_cpu_initfn() anymore > > (not tested with QOM command as tilegx is only available

Re: [Qemu-devel] [PATCH 16/19] target-tilegx: move cpu_exec_realize() to realize function

2016-10-05 Thread Chen Gang
On 10/6/16 03:38, Laurent Vivier wrote: > I've removed the cannot_destroy_with_object_finalize_yet field as > cpu_exec_init() is not called by tilegx_cpu_initfn() anymore > (not tested with QOM command as tilegx is only available in linux-user > mode) > For master branch, I can not find cpu_ex

[Qemu-devel] [PATCH 16/19] target-tilegx: move cpu_exec_realize() to realize function

2016-10-05 Thread Laurent Vivier
I've removed the cannot_destroy_with_object_finalize_yet field as cpu_exec_init() is not called by tilegx_cpu_initfn() anymore (not tested with QOM command as tilegx is only available in linux-user mode) CC: Chen Gang Signed-off-by: Laurent Vivier --- target-tilegx/cpu.c | 15 +++