Re: [PATCH v3 00/14] scsi: add quirks and features to support m68k Macs

2022-07-13 Thread Mark Cave-Ayland
On 12/07/2022 15:48, Paolo Bonzini wrote: Queued, thanks (I was on vacation last week). I am a bit scared about the mode_select_truncated quirk. My reading of the code is that the MODE SELECT would fail anyway because the page length does not match in scsi_disk_check_mode_select: len = m

Re: [PATCH v3 00/14] scsi: add quirks and features to support m68k Macs

2022-07-12 Thread Paolo Bonzini
Queued, thanks (I was on vacation last week). I am a bit scared about the mode_select_truncated quirk. My reading of the code is that the MODE SELECT would fail anyway because the page length does not match in scsi_disk_check_mode_select: len = mode_sense_page(s, page, &p, 0); if (len <

Re: [PATCH v3 00/14] scsi: add quirks and features to support m68k Macs

2022-07-06 Thread Mark Cave-Ayland
On 22/06/2022 11:53, Mark Cave-Ayland wrote: Here are the next set of patches from my ongoing work to allow the q800 machine to boot MacOS related to SCSI devices. Patch 1 adds a new quirks bitmap to SCSIDiskState to allow buggy and/or legacy features to enabled on an individual device basis. O

[PATCH v3 00/14] scsi: add quirks and features to support m68k Macs

2022-06-22 Thread Mark Cave-Ayland
Here are the next set of patches from my ongoing work to allow the q800 machine to boot MacOS related to SCSI devices. Patch 1 adds a new quirks bitmap to SCSIDiskState to allow buggy and/or legacy features to enabled on an individual device basis. Once the quirks bitmap has been added, patch 2 us