Loading hw/ide/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -1837,7 +1837,8 @@ static bool ide_drive_pio_state_needed(void *opaque) { IDEState *s = opaque; return (s->status & DRQ_STAT) != 0; return ((s->status & DRQ_STAT) != 0) || (s->bus->error_status & BM_STATUS_PIO_RETRY); } static bool ide_atapi_gesn_needed(void *opaque) Loading Loading
hw/ide/core.c +2 −1 Original line number Diff line number Diff line Loading @@ -1837,7 +1837,8 @@ static bool ide_drive_pio_state_needed(void *opaque) { IDEState *s = opaque; return (s->status & DRQ_STAT) != 0; return ((s->status & DRQ_STAT) != 0) || (s->bus->error_status & BM_STATUS_PIO_RETRY); } static bool ide_atapi_gesn_needed(void *opaque) Loading