On 01.08.23 18:03, Stefano Garzarella wrote:
As Hanna pointed out, it is not clear in the code why qemu_open() can fail, and why blkio_set_int("fd") is not enough to discover the `fd` property support.Let's fix them by adding more details in the code comments. Suggested-by: Hanna Czenczek <[email protected]> Signed-off-by: Stefano Garzarella <[email protected]> --- block/blkio.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
Thanks! Reviewed-by: Hanna Czenczek <[email protected]>
