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

Philippe Mathieu-Daudé posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201106170404.4130486-1-philmd@redhat.com
hw/scsi/scsi-disk.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
[PATCH-for-6.0 0/2] hw/scsi/scsi-disk: QOM style change
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
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 changed, 13 insertions(+), 13 deletions(-)

-- 
2.26.2


Re: [PATCH-for-6.0 0/2] hw/scsi/scsi-disk: QOM style change
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
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() macro
> 
>  hw/scsi/scsi-disk.c | 26 +++++++++++++-------------
>  1 file changed, 13 insertions(+), 13 deletions(-)
>