On 12/10/21 10:48, Emanuele Giuseppe Esposito wrote:
+/* Common functions that are neither I/O nor Global State */ + +DriveInfo *blk_legacy_dinfo(BlockBackend *blk); +int drive_get_max_devs(BlockInterfaceType type); +
blk_legacy_dinfo should count as global state (blk->legacy_dinfo is protected by BQL).
Paolo