From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5wn5-0001Tj-2R for qemu-devel@nongnu.org; Mon, 27 Aug 2012 06:43:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5wn1-0005mS-3U for qemu-devel@nongnu.org; Mon, 27 Aug 2012 06:43:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5wn0-0005mK-S7 for qemu-devel@nongnu.org; Mon, 27 Aug 2012 06:43:27 -0400 Message-ID: <503B4F4A.1070605@redhat.com> Date: Mon, 27 Aug 2012 12:43:22 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1343698106-24287-1-git-send-email-ronniesahlberg@gmail.com> <1343698106-24287-2-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1343698106-24287-2-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ATAPI: 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 31.07.2012 03:28, 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 Thanks, applied to block-next for 1.3. Kevin