Re: [PATCH v6 02/18] job.h: categorize fields in struct Job

2022-06-08 Thread Emanuele Giuseppe Esposito
Am 07/06/2022 um 17:41 schrieb Paolo Bonzini: > On 6/7/22 15:20, Emanuele Giuseppe Esposito wrote: >> >> >> Am 03/06/2022 um 18:00 schrieb Kevin Wolf: >>> Am 14.03.2022 um 14:36 hat Emanuele Giuseppe Esposito geschrieben: Categorize the fields in struct Job to understand which ones

Re: [PATCH v6 02/18] job.h: categorize fields in struct Job

2022-06-07 Thread Paolo Bonzini
On 6/7/22 15:20, Emanuele Giuseppe Esposito wrote: Am 03/06/2022 um 18:00 schrieb Kevin Wolf: Am 14.03.2022 um 14:36 hat Emanuele Giuseppe Esposito geschrieben: 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:

Re: [PATCH v6 02/18] job.h: categorize fields in struct Job

2022-06-07 Thread Emanuele Giuseppe Esposito
Am 03/06/2022 um 18:00 schrieb Kevin Wolf: > Am 14.03.2022 um 14:36 hat Emanuele Giuseppe Esposito geschrieben: >> 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 > > I

Re: [PATCH v6 02/18] job.h: categorize fields in struct Job

2022-06-03 Thread Kevin Wolf
Am 14.03.2022 um 14:36 hat Emanuele Giuseppe Esposito geschrieben: > 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 I suppose it might be a result of moving things back and forth

[PATCH v6 02/18] job.h: categorize fields in struct Job

2022-03-14 Thread Emanuele Giuseppe Esposito
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 ++ 1 file changed, 34 insertions(+), 25 deletions(-) diff --git