qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 02/16] job.h: categorize fields in struct Job


From: Paolo Bonzini
Subject: Re: [PATCH v3 02/16] job.h: categorize fields in struct Job
Date: Wed, 19 Jan 2022 10:57:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

On 1/5/22 15:01, Emanuele Giuseppe Esposito wrote:
+    /** Protected by job_mutex */

Technically not yet true. You can add this in patch 15 and at the same time remove this one:

       * Set to false by the job while the coroutine has yielded and may be
       * re-entered by job_enter(). There may still be I/O or event loop 
activity
-     * pending. Accessed under block_job_mutex (in blockjob.c).
+     * pending. Accessed under job_mutex.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]