Re: [gem5-users] Task migration of an application

2014-05-06 Thread Jack Harvard via gem5-users
Hi V,

I don't know for sure, but have you checked the CloneFunc here
(http://grok.gem5.org/source/xref/gem5/src/sim/syscall_emul.cc#cloneFunc),
clone SysCall gets called when pthreads create a new thread and run on
another available core.

Jack
Jack Harvard


On Tue, May 6, 2014 at 9:31 AM, Vanchinathan Venkataramani via
gem5-users  wrote:
> I am trying to migrate a task from one CPU to another on ARM SE mode.
>
> I understand that a lot of attributes need to be copied from one CPU to
> another.
>
> Is there a check list of things that I need to copy?
>
> Thanks
> V Vanchinathan
>
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users


[gem5-users] Task migration of an application

2014-05-06 Thread Vanchinathan Venkataramani via gem5-users
I am trying to migrate a task from one CPU to another on ARM SE mode.

I understand that a lot of attributes need to be copied from one CPU to
another.

Is there a check list of things that I need to copy?

Thanks
V Vanchinathan
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users