Re: [PATCH 1/6] scsi-disk: add FORMAT UNIT command

2022-05-30 Thread Philippe Mathieu-Daudé via
On 21/4/22 08:51, Mark Cave-Ayland wrote: When initialising a drive ready to install MacOS, Apple HD SC Setup first attempts to format the drive. Add a simple FORMAT UNIT command which simply returns success to allow the format to succeed. Signed-off-by: Mark Cave-Ayland --- hw/scsi/scsi-di

[PATCH 1/6] scsi-disk: add FORMAT UNIT command

2022-04-21 Thread Mark Cave-Ayland
When initialising a drive ready to install MacOS, Apple HD SC Setup first attempts to format the drive. Add a simple FORMAT UNIT command which simply returns success to allow the format to succeed. Signed-off-by: Mark Cave-Ayland --- hw/scsi/scsi-disk.c | 4 hw/scsi/trace-events | 1 + 2