[Qemu-devel] [PATCH 07/22] ehci: Detect going in circles when filling the queue

2012-10-24 Thread Hans de Goede
For ctrl endpoints Windows (atleast Win7) creates circular td lists, so far these were not a problem because we would stop filling the queue if altnext was set. Since further patches in this patchset remove the altnext check this does become a problem and we need detection for going in circles. Si

[Qemu-devel] [PATCH 07/22] ehci: Detect going in circles when filling the queue

2012-10-15 Thread Hans de Goede
For ctrl endpoints Windows (atleast Win7) creates circular td lists, so far these were not a problem because we would stop filling the queue if altnext was set. Since further patches in this patchset remove the altnext check this does become a problem and we need detection for going in circles. Si