Re: [Qemu-devel] [PATCH 3/6] USB OHCI bug fixes

2012-02-27 Thread David Gibson
On Tue, Feb 28, 2012 at 02:09:17PM +1100, David Gibson wrote: > On Mon, Feb 27, 2012 at 03:13:02PM +0100, Gerd Hoffmann wrote: > > 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

Re: [Qemu-devel] [PATCH 3/6] USB OHCI bug fixes

2012-02-27 Thread David Gibson
On Mon, Feb 27, 2012 at 03:13:02PM +0100, Gerd Hoffmann wrote: > 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

Re: [Qemu-devel] [PATCH 3/6] USB OHCI bug fixes

2012-02-27 Thread Gerd Hoffmann
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 bt

[Qemu-devel] [PATCH 3/6] USB OHCI bug fixes

2012-02-23 Thread David Gibson
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. In OHCI specification Section 5.2.7, it mentioned "In all cases, Host Controller Driver is responsible for the ins