From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSXb8-0001T1-0a for qemu-devel@nongnu.org; Tue, 14 Dec 2010 11:19:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSXb6-00065m-Nm for qemu-devel@nongnu.org; Tue, 14 Dec 2010 11:19:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSXb6-00065Z-H4 for qemu-devel@nongnu.org; Tue, 14 Dec 2010 11:19:28 -0500 Message-ID: <4D079940.4090805@redhat.com> Date: Tue, 14 Dec 2010 17:20:16 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1292286883-20157-1-git-send-email-agraf@suse.de> <1292286883-20157-4-git-send-email-agraf@suse.de> In-Reply-To: <1292286883-20157-4-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 03/11] ide: Split out BMDMA code from ATA core List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Joerg Roedel , Paul Brook , QEMU-devel Developers , Blue Swirl , Gerd Hoffmann , Stefan Hajnoczi , tj@kernel.org, Roland Elek , Sebastian Herbszt Am 14.12.2010 01:34, schrieb Alexander Graf: > The ATA core is currently heavily intertwined with BMDMA code. Let's loosen > that a bit, so we can happily replace the DMA backend with different > implementations. > > Signed-off-by: Alexander Graf Something in this patch makes qemu abort with a failed assertion on system_reset. Kevin