Am 09.06.2021 um 17:46 hat Kevin Wolf geschrieben: > My previous series removed the broken implementation of automatic > reconnection during .realize(). This series adds some error reporting > improvements that allow distinguishing cases where reconnecting could > help from permanent errors, and then uses it to re-implement the > automatic reconnection during .realize(), as was requested during review > of the previous series. > > Kevin Wolf (7): > vhost: Add Error parameter to vhost_dev_init() > vhost: Distinguish errors in vhost_backend_init() > vhost: Return 0/-errno in vhost_dev_init() > vhost-user-blk: Add Error parameter to vhost_user_blk_start() > vhost: Distinguish errors in vhost_dev_get_config() > vhost-user-blk: Factor out vhost_user_blk_realize_connect() > vhost-user-blk: Implement reconnection during realize
Thanks for the review, fixed up the series according to the minor comments you had and applied it to my block branch. Kevin