Hi there, I've been requested by libvirt guys to add a QMP event for disk I/O errors, this is what this series is about.
It's a RFC because I need feedback on the following: 1. drive_get_on_error() is called on all disk errors, right? 2. I've tested only ENOSPC errors, is there a way to test other errors? Like read ones? 3. Is this the right approach at all? :) Thanks.