[Qemu-devel] usb-host quirks

2010-02-02 Thread Michael Buesch
Hi, I've got a buggy device that needs a special workaround to be usable under host-usb access. The device really doesn't like being reset via USBDEVFS_RESET. It immediatenly locks up the device firmware or whatever. It won't respond properly anymore. With the following patch it works fine, thou

[Qemu-devel] vvfat rw disk keeps crashing

2009-12-25 Thread Michael Buesch
I have a virtual vfat mounted via -hdb fat:rw:/foobar So, it keeps crashing at random times. I don't know how to reproduce, but it's so frequent that it should be easy. Just transfer some files. The more files, the easier it crashes, it seems. This is one error log (there are other assert

Re: [Qemu-devel] [PATCH, RESEND] usb-ohci: Fix endianness issue

2009-12-23 Thread Michael Buesch
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.

[Qemu-devel] [PATCH, RESEND] usb-ohci: Fix endianness issue

2009-12-23 Thread Michael Buesch
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 |