From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8vNF-0007Kj-R6 for qemu-devel@nongnu.org; Fri, 03 Jun 2016 16:07:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8vND-0007WK-PC for qemu-devel@nongnu.org; Fri, 03 Jun 2016 16:07:16 -0400 Date: Fri, 3 Jun 2016 22:07:06 +0200 From: Kevin Wolf Message-ID: <20160603200706.GH5712@noname.redhat.com> References: <1464982775-13067-1-git-send-email-clord@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464982775-13067-1-git-send-email-clord@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] blockdev: clean up error handling in do_open_tray List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Colin Lord Cc: qemu-devel@nongnu.org, armbru@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com 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. > > Signed-off-by: Colin Lord Thanks, applied to the block branch. Kevin