usb-uhci: fix expire time initialization.
commit94cc916a8c7e631afc650cb3c9c2832167b0dd8f
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Jun 2011 12:38:08 +0000 (10 14:38 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Jun 2011 10:56:50 +0000 (14 12:56 +0200)
treeadacdebceeb265d4cfa27c250ffed5206e8ef478
parent9bba1eb180cb9b08ee1a53c19c52ee57253ac8c2
usb-uhci: fix expire time initialization.

expire_time must be initialited when the guest activates the
usb scheduler, not at device creation time.

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