Re: [Qemu-devel] [PATCH] blockdev: fix error handling in do_open_tray

2016-06-03 Thread Kevin Wolf
Am 03.06.2016 um 20:20 hat cl...@redhat.com geschrieben: > From: 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 functio

Re: [Qemu-devel] [PATCH] blockdev: fix error handling in do_open_tray

2016-06-03 Thread Eric Blake
On 06/03/2016 12:20 PM, cl...@redhat.com wrote: > From: Colin Lord You may want to update your ~/.gitconfig to set sendemail.from to list your name in the same manner in which you add S-o-b. (Not strictly a problem, as 'git am' does the right thing either way, but it will avoid this secondary Fr

[Qemu-devel] [PATCH] blockdev: fix error handling in do_open_tray

2016-06-03 Thread clord
From: 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 --- blockde