Re: [Qemu-devel] [PATCH 3/7] scsi-disk: introduce a common base class

2016-05-23 Thread Eric Blake
On 05/23/2016 06:54 AM, Paolo Bonzini wrote: > This will be the place to add DMAIOFuncs in the next patch. There > are also a couple DeviceClass members that can be moved to the > abstract class's initialization function. > > Signed-off-by: Paolo Bonzini > --- > hw/scsi/scsi-disk.c | 36 +++

[Qemu-devel] [PATCH 3/7] scsi-disk: introduce a common base class

2016-05-23 Thread Paolo Bonzini
This will be the place to add DMAIOFuncs in the next patch. There are also a couple DeviceClass members that can be moved to the abstract class's initialization function. Signed-off-by: Paolo Bonzini --- hw/scsi/scsi-disk.c | 36 ++-- 1 file changed, 22 insertion