mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 07:39:26 +00:00
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>