From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvlDj-0004ex-MH for qemu-devel@nongnu.org; Mon, 30 Jul 2012 04:20:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvlDe-00033B-Rz for qemu-devel@nongnu.org; Mon, 30 Jul 2012 04:20:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvlDe-00032r-FF for qemu-devel@nongnu.org; Mon, 30 Jul 2012 04:20:50 -0400 Message-ID: <501643DD.7090504@redhat.com> Date: Mon, 30 Jul 2012 10:20:45 +0200 From: Kevin Wolf 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: pbonzini@redhat.com, qemu-devel@nongnu.org Am 28.07.2012 03:14, schrieb Ronnie Sahlberg: > 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 Does ATAPI need the same? Kevin