]> git.proxmox.com Git - qemu.git/commit
ehci: improve expire time calculation
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 11 Jul 2012 09:23:17 +0000 (11:23 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 12 Jul 2012 13:00:50 +0000 (15:00 +0200)
commitafb7a0b85be3a21eccd5ede0a41815b15c300b6b
treece968395cf708e7f7037091e2d6fce5de091c88c
parent7efc17af9a08839a05771541959696875e06cf99
ehci: improve expire time calculation

Move down the expire time calculation down in the frame timer, to the
point where the timer is actually reloaded.  This way we'll notice any
async_stepdown changes (especially resetting to 0 due to usb activity).

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