]> git.ipfire.org Git - thirdparty/qemu.git/commit
esp: only assert INTR_DC interrupt flag if selection fails
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 18 May 2021 21:25:10 +0000 (22:25 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Jun 2021 15:17:09 +0000 (17:17 +0200)
commitcf1a7a9b3721544aaa3e43d111eb383c30d71a62
treee0790f181277fa47a386077e194fb445fe6b3ca1
parent6e1da3d305499d3907f3c7f6638243e2e09b5085
esp: only assert INTR_DC interrupt flag if selection fails

The datasheet sequence tables confirm that when a target selection fails, only
the INTR_DC interrupt flag should be asserted.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fixes: cf47a41e05 ("esp: latch individual bits in ESP_RINTR register")
Message-Id: <20210518212511.21688-2-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/esp.c