Re: [PATCH v2 41/43] bsd-user: Implement cpu_copy() helper routine

2021-08-27 Thread Warner Losh
> On Aug 27, 2021, at 10:00 AM, Philippe Mathieu-Daudé wrote: > > On 8/27/21 4:56 PM, Warner Losh wrote: >>> On Aug 26, 2021, at 10:47 PM, Philippe Mathieu-Daudé >>> wrote: >>> >>> On 8/26/21 11:11 PM, i...@bsdimp.com wrote: From: Warner Losh cpu_copy shouldbe called when pr

Re: [PATCH v2 41/43] bsd-user: Implement cpu_copy() helper routine

2021-08-27 Thread Philippe Mathieu-Daudé
On 8/27/21 4:56 PM, Warner Losh wrote: >> On Aug 26, 2021, at 10:47 PM, Philippe Mathieu-Daudé wrote: >> >> On 8/26/21 11:11 PM, i...@bsdimp.com wrote: >>> From: Warner Losh >>> >>> cpu_copy shouldbe called when processes are creating new threads. It >> >> Typo "should be" >> >>> copies the curre

Re: [PATCH v2 41/43] bsd-user: Implement cpu_copy() helper routine

2021-08-27 Thread Warner Losh
> On Aug 26, 2021, at 10:47 PM, Philippe Mathieu-Daudé wrote: > > On 8/26/21 11:11 PM, i...@bsdimp.com wrote: >> From: Warner Losh >> >> cpu_copy shouldbe called when processes are creating new threads. It > > Typo "should be" > >> copies the current state of the CPU to a new cpu state need

Re: [PATCH v2 41/43] bsd-user: Implement cpu_copy() helper routine

2021-08-26 Thread Philippe Mathieu-Daudé
On 8/26/21 11:11 PM, i...@bsdimp.com wrote: > From: Warner Losh > > cpu_copy shouldbe called when processes are creating new threads. It Typo "should be" > copies the current state of the CPU to a new cpu state needed for the > new thread. > > Signed-off-by: Stacey Son > Signed-off-by: Warner