From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB0Aq-00010v-0Y for qemu-devel@nongnu.org; Thu, 09 Jun 2016 09:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB0Ao-00009L-7h for qemu-devel@nongnu.org; Thu, 09 Jun 2016 09:39:02 -0400 Date: Thu, 9 Jun 2016 15:38:51 +0200 From: Kevin Wolf Message-ID: <20160609133851.GF4993@noname.redhat.com> References: <1465408588-29473-1-git-send-email-clord@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465408588-29473-1-git-send-email-clord@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] blockdev: clarify error on attempt to open locked 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 08.06.2016 um 19:56 hat Colin Lord geschrieben: > When opening a device with a locked tray, gives an error explaining the > device tray is locked and that the user should wait and try again. This > is less confusing than the previous error, which simply stated that the > tray was locked. > > Signed-off-by: Colin Lord Thanks, applied to the block branch. Kevin