Re: [Qemu-devel] [RFC] ATAPI-SCSI bridge GSoC project

2015-07-20 Thread Stefan Hajnoczi
On Sat, Jul 18, 2015 at 09:49:26PM +0300, Alexander Bezzubikov wrote: > atapi: ATAPI-SCSI bridge device created >private SCSI bus added to bridge >ATAPI inquiry command can use a bridge Multiple items is a clue that this patch should be split up into patches with smaller logical ch

Re: [Qemu-devel] [RFC] ATAPI-SCSI bridge GSoC project

2015-07-20 Thread Thomas Huth
On 18/07/15 20:49, Alexander Bezzubikov wrote: > atapi: ATAPI-SCSI bridge device created >private SCSI bus added to bridge >ATAPI inquiry command can use a bridge Hi! Not everybody is familiar with your GSoC project, so it would be great if you could be a little bit more verbose

[Qemu-devel] [RFC] ATAPI-SCSI bridge GSoC project

2015-07-18 Thread Alexander Bezzubikov
atapi: ATAPI-SCSI bridge device created private SCSI bus added to bridge ATAPI inquiry command can use a bridge --- hw/ide/atapi.c | 36 +-- hw/ide/core.c | 207 +++ hw/ide/internal.h | 257 +--