qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH v5 01/15] block-io: introduce coroutine_fn duplicates for bdr


From: Paolo Bonzini
Subject: Re: [PATCH v5 01/15] block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_above callers
Date: Thu, 24 Nov 2022 08:04:59 +0100



Il mer 23 nov 2022, 17:29 Kevin Wolf <kwolf@redhat.com> ha scritto:
As I said, personally, I don't feel like putting QEMU_IN_COROUTINE()
assertions into every coroutine_fn is a useful thing to do. Static
analysis (maybe even with something vrc based in 'make check'? Paolo,
would this be realistic?)

Yes, using pyclang just to build the call graph should be much much faster than doing all the static analysis. So it should be feasible to integrate it with "make check". We can decide whether to bundle vrc, which is just a dozen files, or install it from pypi (sooner or later configure will have to be taught about that, too).

Paolo

reply via email to

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