From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S21KW-00071U-Qg for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:13:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S21KR-0003jR-4A for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:13:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S21KQ-0003j1-Sy for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:13:27 -0500 Message-ID: <4F4B8F6E.6010703@redhat.com> Date: Mon, 27 Feb 2012 15:13:02 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1330043012-30556-1-git-send-email-david@gibson.dropbear.id.au> <1330043012-30556-4-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1330043012-30556-4-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/6] USB OHCI bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Wei Yang , qemu-devel@nongnu.org, anthony@codemonkey.ws On 02/24/12 01:23, David Gibson wrote: > From: Wei Yang > > This patch fixes two bugs in the OHCI device where the device writes > back data to system memory that should be exclusively under the > control of the guest side driver. Looks good. Fails checkpatch though. What is your merge plan btw? Wanna pick me this up for the usb queue? Or do you need just my ack? cheers, Gerd