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

2016-06-06 Thread Markus Armbruster
Colin Lord writes: > 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

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

2016-06-03 Thread Eric Blake
On 06/03/2016 01:39 PM, Colin Lord wrote: > 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. > > Sign

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

2016-06-03 Thread Kevin Wolf
Am 03.06.2016 um 21:39 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 v2] blockdev: clean up error handling in do_open_tray

2016-06-03 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 --- v2: fix function documentat