From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zzovq-0006M1-EL for qemu-devel@nongnu.org; Fri, 20 Nov 2015 11:53:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zzovp-00080z-N4 for qemu-devel@nongnu.org; Fri, 20 Nov 2015 11:53:06 -0500 Date: Fri, 20 Nov 2015 17:52:58 +0100 From: Kevin Wolf Message-ID: <20151120165258.GH4130@noname.redhat.com> References: <1448029742-19771-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448029742-19771-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCH] tests: fix cdrom_pio_impl in ide-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: peter.maydell@linaro.org, jsnow@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 20.11.2015 um 15:29 hat Peter Lieven geschrieben: > The check for the cleared BSY flag has to be performed > before each data transfer and not just before the > first one. > > Commit 5f81724d revealed this glitch as the BSY flag > was not set in ATAPI PIO transfers before. > > While at it fix the desciptions and add a comment before > the nested for loop that transfers the data. > > Signed-off-by: Peter Lieven Reviewed-by: Kevin Wolf