Am 13.10.2022 um 14:36 hat Paolo Bonzini geschrieben: > Most of these were extracted from Alberto's static analysis series. > After this series, the only errors reported by the analyzer are: > > - a call to bs->drv->bdrv_co_drain_begin from bdrv_open_driver. This > relies on bdrv_co_drain_begin not having to yield, which is indeed the > case right after opening but is iffy > > - assigning coroutine_fn to non-coroutine_fn in the human monitor > for the two coroutine commands screendump and block_resize.
Thanks, fixed up coding style warnings in checkpatch and the mismerges in patches 19 and 23, and applied to the block branch. Kevin