commit | e2dbca033710efea20b0b0a26ca05570dcdabd49 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 12 11:23:00 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 26 18:09:08 2023 +0200 |
tree | 9df6c8ed2f408e9ceea2b125a40f6cf028099eff | |
parent | 1bce34aaa9d324b6d4aaf681e634e1840ca5d04e [diff] |
block: mark mixed functions that can suspend The marking should be extended transitively to all functions that call these ones, so that static analysis can be done much more efficiently. However, this is a start and makes it possible to use vrc's path-based searches to find potential bugs where coroutine_fns call blocking functions. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>