commit | 4aed20e2d70f4353164399a173f20c3ab435b4eb | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri May 11 09:18:05 2012 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Jun 07 10:02:20 2012 +0200 |
tree | 256092ca17acf13f36bfd4ef743a84844c9864b0 | |
parent | 349417004a0f7cf5518a998dca755cd06f6c212b [diff] |
uhci: fix bandwidth management uhci_process_frame() can be invoked multiple times per frame, so accounting usb bandwith in a local variable doesn't fly, use a variable in UHCIState instead. Also check the limit more frequently. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>