From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8JsT-0004dg-ST for qemu-devel@nongnu.org; Sat, 01 May 2010 17:05:33 -0400 Received: from [140.186.70.92] (port=46356 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8JsS-0004cI-Ae for qemu-devel@nongnu.org; Sat, 01 May 2010 17:05:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8JsQ-00062A-DU for qemu-devel@nongnu.org; Sat, 01 May 2010 17:05:31 -0400 Received: from mail-pz0-f204.google.com ([209.85.222.204]:33200) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8JsQ-00061o-8d for qemu-devel@nongnu.org; Sat, 01 May 2010 17:05:30 -0400 Received: by pzk42 with SMTP id 42so687664pzk.4 for ; Sat, 01 May 2010 14:05:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20100422215238.19357.13159.stgit@skyserv> References: <20100422215238.19357.13159.stgit@skyserv> Date: Sun, 2 May 2010 00:05:27 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 0/2] cmd646: amend bmdma issue fix From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Igor V. Kovalenko" Cc: qemu-devel@nongnu.org Thanks, applied. On 4/23/10, Igor V. Kovalenko wrote: > Hi! > > The following series are not picked from mailing list, so this is a resend. > > Short history is that original fix for cmd646 bmdma issue was done by > reverting pci_dev removal from driver. That was a quick workaround > and later Juan was kind enough to improve driver code. > > Patches on the list: > - http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg01421.html > - http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg01439.html > > --- > > Igor V. Kovalenko (2): > cmd646: pass pci_dev as it needs it > cmd646: fix abort due to changed opaque pointer for ioport read > > > hw/ide/cmd646.c | 66 +++++++++++++++++++++++++++++++++++++++-------------- > hw/ide/internal.h | 1 - > hw/ide/piix.c | 1 - > 3 files changed, 48 insertions(+), 20 deletions(-) > > -- > Kind regards, > > Igor V. Kovalenko > > >