mbox series

[0/3] esp/scsi: minor fixes

Message ID 20230913204410.65650-1-mark.cave-ayland@ilande.co.uk
Headers show
Series esp/scsi: minor fixes | expand

Message

Mark Cave-Ayland Sept. 13, 2023, 8:44 p.m. UTC
Here are a couple of ESP/SCSI fixes related to issue #1810, along with another
patch that fixes a problem with the DMA enable signal I discovered whilst
testing some future ESP changes.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (3):
  esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
  esp: restrict non-DMA transfer length to that of available data
  scsi-disk: ensure that FORMAT UNIT commands are terminated

 hw/scsi/esp.c       | 5 +++--
 hw/scsi/scsi-disk.c | 4 ++++
 2 files changed, 7 insertions(+), 2 deletions(-)