From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoYof-0002Py-0D for qemu-devel@nongnu.org; Mon, 17 Jun 2013 08:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoYoa-0000Ub-2R for qemu-devel@nongnu.org; Mon, 17 Jun 2013 08:45:48 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:41955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoYoZ-0000US-Im for qemu-devel@nongnu.org; Mon, 17 Jun 2013 08:45:43 -0400 Received: by mail-wi0-f172.google.com with SMTP id c10so2242795wiw.5 for ; Mon, 17 Jun 2013 05:45:42 -0700 (PDT) Date: Mon, 17 Jun 2013 14:45:39 +0200 From: Stefan Hajnoczi Message-ID: <20130617124539.GE30145@stefanha-thinkpad.redhat.com> References: <1370606325-10680-1-git-send-email-stefanha@redhat.com> <1370606325-10680-22-git-send-email-stefanha@redhat.com> <87ppvopncr.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ppvopncr.fsf@codemonkey.ws> 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: Anthony Liguori Cc: Kevin Wolf , Peter Maydell , qemu-devel@nongnu.org, Stefan Hajnoczi On Fri, Jun 14, 2013 at 01:18:44PM -0500, Anthony Liguori wrote: > 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. Thanks for merging mdroth's fix! Stefan