[Qemu-devel] Re: [PATCH] ehci: check controller state when setting list registers

2010-07-10 Thread David S. Ahern
On 07/10/10 00:02, Jan Kiszka wrote: > They improve disk pass-through for me as well. I'm now also able to boot > from some external USB disk. However, applying more heavy load, the disk > stops working at some point and even disconnects after a while. I saw that as well. On the TO-DO list. > T

[Qemu-devel] Re: [PATCH] ehci: check controller state when setting list registers

2010-07-09 Thread Jan Kiszka
David Ahern wrote: > A prior change prohibited change the periodic and async list registers if > the respective list was enabled. This check should also have included > whether the controller is in the run state as well. > > Additionally, added a check that the list registers have been set prior t