]> git.proxmox.com Git - qemu.git/commit
ehci: Don't verify the next pointer for periodic qh-s and qtd-s
authorHans de Goede <hdegoede@redhat.com>
Thu, 15 Nov 2012 13:14:58 +0000 (14:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 16 Nov 2012 10:27:32 +0000 (11:27 +0100)
commit2c7b15c1dec4b2ec17549c760df0b7a7cea3ed7d
treeacbd807d94b55944739549bb2c4db947856b82a9
parent601a234731602df7c2bf6d01301c6eec4b1d1a5a
ehci: Don't verify the next pointer for periodic qh-s and qtd-s

While testing the move to async packet handling for interrupt endpoints I
noticed that Windows-XP likes to play tricks with the next pointer for
periodic qh-s, so we should not fail qh / qtd verification when it changes.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ehci.c