Revision 554a310b hw/ide/core.c

b/hw/ide/core.c
491 491
            || action == BLOCK_ERR_STOP_ANY) {
492 492
        s->bus->bmdma->unit = s->unit;
493 493
        s->bus->bmdma->status |= op;
494
        vm_stop(0);
495 494
        bdrv_mon_event(s->bs, BDRV_ACTION_STOP, is_read);
495
        vm_stop(0);
496 496
    } else {
497 497
        if (op & BM_STATUS_DMA_RETRY) {
498 498
            dma_buf_commit(s, 0);

Also available in: Unified diff