usb-uhci: update irq line on reset
commitaba1f242834a4365ca3250cd4d14226d66e77ed5
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 20 Apr 2012 13:13:24 +0000 (20 15:13 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 26 Apr 2012 10:21:17 +0000 (26 12:21 +0200)
tree2c92c364fc79a462b475d612a830a64a6a5a6fa4
parent9d55d1adc848a3dc1d2431c4ec4e7e4ea37fa0ee
usb-uhci: update irq line on reset

uhci_reset() clears irq mask and irq status registers, but doesn't
update the irq line.  Which may result in suspious IRQs after uhci
reset.  Fix it.

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