Re: [PATCH v8 07/20] job.h: add _locked public functions

2022-07-05 Thread Vladimir Sementsov-Ogievskiy
First, to subject: no function is added in this commit Second, to my comment on previous patch: so, you decided to add "not held" comment to all functions, even that have public _locked() counterpart. Not sure we really need it, but it's OK. Anyway, let's just add all these comments together

Re: [PATCH v8 07/20] job.h: add _locked public functions

2022-07-05 Thread Stefan Hajnoczi
On Wed, Jun 29, 2022 at 10:15:25AM -0400, Emanuele Giuseppe Esposito wrote: > These functions will be used later when we use the job lock. > > Note: at this stage, job_{lock/unlock} and job lock guard macros > are *nop*. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > include/qemu/job.h

[PATCH v8 07/20] job.h: add _locked public functions

2022-06-29 Thread Emanuele Giuseppe Esposito
These functions will be used later when we use the job lock. Note: at this stage, job_{lock/unlock} and job lock guard macros are *nop*. Signed-off-by: Emanuele Giuseppe Esposito --- include/qemu/job.h | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git