Re: [PATCH v3 00/26] block: fix coroutine_fn annotations

2022-10-06 Thread Kevin Wolf
Am 22.09.2022 um 10:48 hat Paolo Bonzini geschrieben: > As discussed at KVM Forum 2022, I am reposting this series to > add more coroutine_fn annotations. Fixing the annotations > enables static analysis of which functions are coroutine-only > and which are mixed (coroutine/non-coroutine). > > A

[PATCH v3 00/26] block: fix coroutine_fn annotations

2022-09-22 Thread Paolo Bonzini
As discussed at KVM Forum 2022, I am reposting this series to add more coroutine_fn annotations. Fixing the annotations enables static analysis of which functions are coroutine-only and which are mixed (coroutine/non-coroutine). A lot of the patches are similar to the ones that Marc-André Lureau