qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH 07/26] block: add missing coroutine_fn annotations


From: Paolo Bonzini
Subject: Re: [PATCH 07/26] block: add missing coroutine_fn annotations
Date: Wed, 20 Apr 2022 16:08:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/19/22 20:50, Eric Blake wrote:
+int coroutine_fn blk_pwrite(BlockBackend *blk, int64_t offset, const void 
*buf, int bytes,
+                            BdrvRequestFlags flags)
Long line, worth rewrapping differently?

The functions with_co_  in the name are obvious, the others might be
worth a comment why it is okay.

Or perhaps should be renamed to have _co_ in the name.

Paolo



reply via email to

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