]> git.proxmox.com Git - qemu.git/commit
AHCI: Masking of IRQs actually masks them
authorAlexander Graf <agraf@suse.de>
Mon, 30 Jan 2012 22:29:48 +0000 (23:29 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 9 Feb 2012 15:17:51 +0000 (16:17 +0100)
commitb867672884afc39b6537a8aa6aa2f20a5154bf4f
tree89549c55f3f0c9ee267369dea23a96879f48d5f1
parent6d1acda8f16d1f2d0b05cfbf9ce54d05849cb016
AHCI: Masking of IRQs actually masks them

When masking IRQ lines, we should actually mask them out and not declare
them active anymore. Once we mask them in again, they are allowed to trigger
again.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/ahci.c