]> git.proxmox.com Git - qemu.git/commit
ehci: fix ehci_qh_do_overlay
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 19 Jun 2012 14:23:32 +0000 (16:23 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 9 Jul 2012 07:57:46 +0000 (09:57 +0200)
commita5e0139ab69feec9c9b8a4558369c283685e3f5a
tree0327a078335ac2fb4d38388ebddb472317a86475
parent84988cf910a6881f2180fdcec516b60f8f0dc8c4
ehci: fix ehci_qh_do_overlay

Use ehci_flush_qh to make sure we touch inly the fields the hc is
allowed to touch.

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