Re: [Qemu-devel] [PATCH] AHCI: Masking of IRQs actually masks them

2012-02-09 Thread Alexander Graf
On 09.02.2012, at 15:41, Kevin Wolf wrote: > Am 30.01.2012 23:29, schrieb Alexander Graf: >> 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 >>

Re: [Qemu-devel] [PATCH] AHCI: Masking of IRQs actually masks them

2012-02-09 Thread Kevin Wolf
Am 30.01.2012 23:29, schrieb Alexander Graf: > 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 > --- > hw/ide/ahci.c |2 ++ > 1 files changed, 2

[Qemu-devel] [PATCH] AHCI: Masking of IRQs actually masks them

2012-01-30 Thread Alexander Graf
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 --- hw/ide/ahci.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/ide/ahci.c b/h