)]}'
{
  "commit": "5d02add4d751b1c66ddcc278fff47d3f4b341de0",
  "tree": "960e5db211269e3e6d8d5702991b9157d3e5ccfa",
  "parents": [
    "a1b8d389359358f269511651a0fe1b493dda0ea8"
  ],
  "author": {
    "name": "Mark Cave-Ayland",
    "email": "mark.cave-ayland@ilande.co.uk",
    "time": "Fri Jan 12 12:53:58 2024 +0000"
  },
  "committer": {
    "name": "Mark Cave-Ayland",
    "email": "mark.cave-ayland@ilande.co.uk",
    "time": "Tue Feb 13 19:37:28 2024 +0000"
  },
  "message": "esp.c: process non-DMA FIFO writes in esp_do_nodma()\n\nCurrently any write to the ESP FIFO in the MESSAGE OUT or COMMAND phases will\nmanually raise the bus service interrupt. Instead of duplicating the interrupt\nlogic in esp_reg_write(), update esp_do_nodma() to correctly process incoming\nFIFO data during the MESSAGE OUT and COMMAND phases. Part of this change is to\ncall esp_nodma_ti_dataout() from handle_ti() to ensure that the DATA OUT phase\nFIFO transfer only occurs when executing a non-DMA TI command instead of for\neach byte entering the FIFO.\n\nOne slight complication is that NextSTEP uses multiple TI commands to transfer\nthe CDB one byte at a time (as opposed to loading the FIFO and using a single\nTI command), so it is necessary to determine the expected length of the SCSI\nCDB being received. This is handled by the introduction of a new\nesp_cdb_length() function which returns the expected SCSI CDB length based\nupon the first command byte.\n\nSigned-off-by: Mark Cave-Ayland \u003cmark.cave-ayland@ilande.co.uk\u003e\nTested-by: Helge Deller \u003cdeller@gmx.de\u003e\nTested-by: Thomas Huth \u003cthuth@redhat.com\u003e\nMessage-Id: \u003c20240112125420.514425-67-mark.cave-ayland@ilande.co.uk\u003e\nSigned-off-by: Mark Cave-Ayland \u003cmark.cave-ayland@ilande.co.uk\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "97e48e95264a548df94aebb1e5c6519fb4cf83e3",
      "old_mode": 33188,
      "old_path": "hw/scsi/esp.c",
      "new_id": "5bb8cc4ea7ef745333359a64bbc11eb79abd3292",
      "new_mode": 33188,
      "new_path": "hw/scsi/esp.c"
    }
  ]
}
