Re: [PATCH v5 02/20] job.h: categorize fields in struct Job

2022-02-11 Thread Emanuele Giuseppe Esposito
On 10/02/2022 18:35, Stefan Hajnoczi wrote: > On Thu, Feb 10, 2022 at 05:26:52PM +0100, Emanuele Giuseppe Esposito wrote: >> >> >> On 10/02/2022 16:40, Stefan Hajnoczi wrote: >>> On Tue, Feb 08, 2022 at 09:34:55AM -0500, Emanuele Giuseppe Esposito wrote: Categorize the fields in struct Job

Re: [PATCH v5 02/20] job.h: categorize fields in struct Job

2022-02-10 Thread Stefan Hajnoczi
On Thu, Feb 10, 2022 at 05:26:52PM +0100, Emanuele Giuseppe Esposito wrote: > > > On 10/02/2022 16:40, Stefan Hajnoczi wrote: > > On Tue, Feb 08, 2022 at 09:34:55AM -0500, Emanuele Giuseppe Esposito wrote: > >> Categorize the fields in struct Job to understand which ones > >> need to be protected

Re: [PATCH v5 02/20] job.h: categorize fields in struct Job

2022-02-10 Thread Emanuele Giuseppe Esposito
On 10/02/2022 16:40, Stefan Hajnoczi wrote: > On Tue, Feb 08, 2022 at 09:34:55AM -0500, Emanuele Giuseppe Esposito wrote: >> Categorize the fields in struct Job to understand which ones >> need to be protected by the job mutex and which don't. >> >> Signed-off-by: Emanuele Giuseppe Esposito >>

Re: [PATCH v5 02/20] job.h: categorize fields in struct Job

2022-02-10 Thread Stefan Hajnoczi
On Tue, Feb 08, 2022 at 09:34:55AM -0500, Emanuele Giuseppe Esposito wrote: > Categorize the fields in struct Job to understand which ones > need to be protected by the job mutex and which don't. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > include/qemu/job.h | 59 ++