Re: [Qemu-devel] [PATCH 1/2] scsi: add unrealize method for SCSI devices

2018-02-07 Thread Fam Zheng
On Wed, 02/07 17:36, Paolo Bonzini wrote: > The next patch will introduce a different unrealize implementation > for scsi-block. Compared to the code before commit fb7b5c0df6 > ("scsi: devirtualize unrealize of SCSI devices", 2014-10-31), the > common code for all SCSI devices is kept in scsi-bus.

[Qemu-devel] [PATCH 1/2] scsi: add unrealize method for SCSI devices

2018-02-07 Thread Paolo Bonzini
The next patch will introduce a different unrealize implementation for scsi-block. Compared to the code before commit fb7b5c0df6 ("scsi: devirtualize unrealize of SCSI devices", 2014-10-31), the common code for all SCSI devices is kept in scsi-bus.c. Signed-off-by: Paolo Bonzini --- hw/scsi/scs