ide: remove wrong setting of BM_STATUS_INT
Similar to the case removed in commit 69c38b8
(ide/core: Remove explicit
setting of BM_STATUS_INT, 2011-05-19), the only remaining use of
add_status(..., BM_STATUS_INT) is for short PRDs. The flag should
not be raised in this case.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
4855b57639
commit
0def37baf9
@ -1107,10 +1107,6 @@ static int ahci_dma_add_status(IDEDMA *dma, int status)
|
||||
AHCIDevice *ad = DO_UPCAST(AHCIDevice, dma, dma);
|
||||
DPRINTF(ad->port_no, "set status: %x\n", status);
|
||||
|
||||
if (status & BM_STATUS_INT) {
|
||||
ahci_trigger_irq(ad->hba, ad, PORT_IRQ_STAT_DSS);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -355,7 +355,6 @@ static void ide_atapi_cmd_read_dma_cb(void *opaque, int ret)
|
||||
|
||||
eot:
|
||||
bdrv_acct_done(s->bs, &s->acct);
|
||||
s->bus->dma->ops->add_status(s->bus->dma, BM_STATUS_INT);
|
||||
ide_set_inactive(s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user