From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvkcS-0008Lx-CZ for qemu-devel@nongnu.org; Mon, 30 Jul 2012 03:42:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvkcO-0007Dd-AX for qemu-devel@nongnu.org; Mon, 30 Jul 2012 03:42:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvkcO-0007DY-38 for qemu-devel@nongnu.org; Mon, 30 Jul 2012 03:42:20 -0400 Message-ID: <50163AD7.7000701@redhat.com> Date: Mon, 30 Jul 2012 09:42:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343438093-13151-1-git-send-email-ronniesahlberg@gmail.com> <1343438093-13151-2-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1343438093-13151-2-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] SCSI: STARTSTOPUNIT only eject/load media if powercondition is 0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ronnie Sahlberg Cc: qemu-devel@nongnu.org Il 28/07/2012 03:14, Ronnie Sahlberg ha scritto: > The START STOP UNIT command will only eject/load media if > power condition is zero. > > If power condition is !0 then LOEJ and START will be ignored. > > From MMC (sbc contains similar wordings too) > The Power Conditions field requests the block device to be placed > in the power condition defined in > Table 558. If this field has a value other than 0h then the Start > and LoEj bits shall be ignored. > > Signed-off-by: Ronnie Sahlberg Applied, thanks. Paolo