From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvT1W-00033x-4p for qemu-devel@nongnu.org; Wed, 16 Jan 2013 08:27:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvT1T-0000kU-Lw for qemu-devel@nongnu.org; Wed, 16 Jan 2013 08:27:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvT1T-0000k8-CG for qemu-devel@nongnu.org; Wed, 16 Jan 2013 08:27:19 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0GDRIsP005985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Jan 2013 08:27:18 -0500 Date: Wed, 16 Jan 2013 14:27:17 +0100 From: Stefan Hajnoczi Message-ID: <20130116132717.GD8511@stefanha-thinkpad.redhat.com> References: <1358330074-18475-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1358330074-18475-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] ide: Remove wrong assertion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Wed, Jan 16, 2013 at 10:54:34AM +0100, Kevin Wolf wrote: > The Bus Master IDE Active bit (BM_STATUS_DMAING) is not only set when > the request is still in flight, but also when it has completed and the > size of the physical memory regions in the PRDT was larger than the > transfer size. > > Signed-off-by: Kevin Wolf > --- > hw/ide/pci.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan