From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG3QW-0001R0-8e for qemu-devel@nongnu.org; Mon, 04 Jan 2016 06:35:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG3QS-0007Wk-54 for qemu-devel@nongnu.org; Mon, 04 Jan 2016 06:35:52 -0500 Message-ID: <1451907343.7377.91.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 04 Jan 2016 12:35:43 +0100 In-Reply-To: <1450567431-31795-1-git-send-email-hpoussin@reactos.org> References: <1450567431-31795-1-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3] ohci reset improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Herv=E9?= Poussineau Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On So, 2015-12-20 at 00:23 +0100, Herv=C3=A9 Poussineau wrote: > Hi, >=20 > This small patchset adds different reset levels to OHCI USB controller. > The idea is from Benjamin Herrenschmidt. > Most significant change is that MacOS 9 doesn't try anymore to do some > DMA transfer to address 0, and boots a little bit further. >=20 > Herv=C3=A9 >=20 > Herv=C3=A9 Poussineau (3): > ohci: split reset method in 3 parts > ohci: fix Host Controller USBRESET > ohci: fix command HostControllerReset >=20 > hw/usb/hcd-ohci.c | 64 ++++++++++++++++++++++++++++++++-----------------= ------ > 1 file changed, 37 insertions(+), 27 deletions(-) Added to usb patch queue. thanks, Gerd