Re: [Qemu-devel] [PATCH v3] blockdev: clean up error handling in do_open_tray

2016-06-07 Thread Kevin Wolf
Am 06.06.2016 um 20:15 hat Colin Lord geschrieben: > Returns negative error codes and accompanying error messages in cases where > the device has no tray or the tray is locked and isn't forced open. This > extra information should result in better flexibility in functions that > call do_open_tray.

[Qemu-devel] [PATCH v3] blockdev: clean up error handling in do_open_tray

2016-06-06 Thread Colin Lord
Returns negative error codes and accompanying error messages in cases where the device has no tray or the tray is locked and isn't forced open. This extra information should result in better flexibility in functions that call do_open_tray. Signed-off-by: Colin Lord Suggested by: Markus Armbruster