On Thu, Dec 24, 2009 at 12:22:00AM +0100, Michael Buesch wrote:
> On Wednesday 23 December 2009 23:43:44 Aurelien Jarno wrote:
> > It has already been applied long time ago:
>
> Is svn://svn.savannah.nongnu.org/qemu/trunk not used anymore?
>
No, you should use instead:
git://git.savannah.nongnu
On Wednesday 23 December 2009 23:43:44 Aurelien Jarno wrote:
> It has already been applied long time ago:
Is svn://svn.savannah.nongnu.org/qemu/trunk not used anymore?
--
Greetings, Michael.
On Wed, Dec 23, 2009 at 04:52:34PM +0100, Michael Buesch wrote:
> This fixes a possible endianness issue in the usb-ohci hw module.
> hcca.frame and ohci->frame_number are 16bit, so use cpu_to_le16().
>
> Signed-off-by: Michael Buesch
>
> ---
>
> Resend. This patch was already sent on 2009/07/0
This fixes a possible endianness issue in the usb-ohci hw module.
hcca.frame and ohci->frame_number are 16bit, so use cpu_to_le16().
Signed-off-by: Michael Buesch
---
Resend. This patch was already sent on 2009/07/08, but the problem is still
present in trunk.
---
hw/usb-ohci.c |4 ++--