mirror of
https://github.com/mii443/qemu.git
synced 2025-08-28 09:59:34 +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>