From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnYaa-0003mz-AV for qemu-devel@nongnu.org; Fri, 14 Jun 2013 14:19:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnYaY-0003di-UE for qemu-devel@nongnu.org; Fri, 14 Jun 2013 14:19:08 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:51323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnYaY-0003dW-NK for qemu-devel@nongnu.org; Fri, 14 Jun 2013 14:19:06 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 14 Jun 2013 12:19:05 -0600 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 84ED838C8047 for ; Fri, 14 Jun 2013 14:19:02 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5EIJ3hh344226 for ; Fri, 14 Jun 2013 14:19:03 -0400 Received: from d01av05.pok.ibm.com (loopback [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r5EIJ2EG004177 for ; Fri, 14 Jun 2013 14:19:02 -0400 From: Anthony Liguori In-Reply-To: References: <1370606325-10680-1-git-send-email-stefanha@redhat.com> <1370606325-10680-22-git-send-email-stefanha@redhat.com> Date: Fri, 14 Jun 2013 13:18:44 -0500 Message-ID: <87ppvopncr.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 21/26] ide-test: Add FLUSH CACHE test case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Stefan Hajnoczi Cc: Kevin Wolf , qemu-devel@nongnu.org Peter Maydell writes: > On 14 June 2013 18:54, Peter Maydell wrote: >> On 7 June 2013 12:58, Stefan Hajnoczi wrote: >>> From: Kevin Wolf >>> >>> This checks in particular that BSY is set while the flush request is in >>> flight. >> >> This test doesn't seem to pass. > >> ERROR:/home/petmay01/linaro/qemu-from-laptop/qemu/tests/ide-test.c:460:test_flush: >> assertion failed ((data) & (BSY | DF | ERR | DRQ) == 0): (0x00000080 >> == 0x00000000) > > ...fixed by http://patchwork.ozlabs.org/patch/250334/ I'm testing it myself now. Since it's already in the block tree, I'll push it directly as it's blocking my queue. Unless Kevin or Stefan are planning on sending a pull request today of course. Regards, Anthony Liguori > > thanks > -- PMM