[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] scsi-bus: Convert DeviceClass init to reali
From: |
Fam Zheng |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] scsi-bus: Convert DeviceClass init to realize |
Date: |
Tue, 5 Aug 2014 19:33:32 +0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Tue, 08/05 17:11, Fam Zheng wrote:
> Replace "init/destroy" with "realize/unrealize" in SCSIDeviceClass,
> which has errp as a parameter. So all the implementations now uses
s/uses/use/
> error_setg instead of error_report for reporting error.
>
> Also in lsi53c895a, report the error when initializing the if=scsi
> devices, before dropping it, because the callee's error_report is
> changed to error_segs.
s/error_segs/error_setg/
Fam