Re: [PATCH-for-6.0 0/2] hw/scsi/scsi-disk: QOM style change

2020-11-23 Thread Philippe Mathieu-Daudé
ping? On 11/6/20 6:04 PM, Philippe Mathieu-Daudé wrote: > Some QOM style changes in TYPE_SCSI_DISK to follow > the rest of the codebase style. No logical change. > > Philippe Mathieu-Daudé (2): > hw/scsi/scsi-disk: Rename type as TYPE_SCSI_DISK > hw/scsi/scsi-disk: Use SCSI_DISK_GET_CLASS() m

[PATCH-for-6.0 0/2] hw/scsi/scsi-disk: QOM style change

2020-11-06 Thread Philippe Mathieu-Daudé
Some QOM style changes in TYPE_SCSI_DISK to follow the rest of the codebase style. No logical change. Philippe Mathieu-Daudé (2): hw/scsi/scsi-disk: Rename type as TYPE_SCSI_DISK hw/scsi/scsi-disk: Use SCSI_DISK_GET_CLASS() macro hw/scsi/scsi-disk.c | 26 +- 1 file ch