From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvlIa-0005dH-4l for qemu-devel@nongnu.org; Mon, 30 Jul 2012 04:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvlIW-00050G-20 for qemu-devel@nongnu.org; Mon, 30 Jul 2012 04:25:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvlIV-0004zi-QF for qemu-devel@nongnu.org; Mon, 30 Jul 2012 04:25:51 -0400 Message-ID: <5016450B.1010303@redhat.com> Date: Mon, 30 Jul 2012 10:25:47 +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> <501643DD.7090504@redhat.com> In-Reply-To: <501643DD.7090504@redhat.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: Kevin Wolf Cc: qemu-devel@nongnu.org, Ronnie Sahlberg Il 30/07/2012 10:20, Kevin Wolf ha scritto: > 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? Yes, I already asked Ronnie to redo these two patches for ATAPI as well. Paolo