Re: [Qemu-devel] [PATCH] ide: Add wwn support to IDE-ATAPI drive

2014-09-04 Thread Stefan Hajnoczi
On Tue, Aug 19, 2014 at 02:57:55PM -0400, John Snow wrote: > Although it is possible to specify the wwn > property for cdrom devices on the command line, > the underlying driver fails to relay this information > to the guest operating system via IDENTIFY. > > This is a simple patch to correct that

Re: [Qemu-devel] [PATCH] ide: Add wwn support to IDE-ATAPI drive

2014-08-19 Thread Fam Zheng
On Tue, 08/19 14:57, John Snow wrote: > Although it is possible to specify the wwn > property for cdrom devices on the command line, > the underlying driver fails to relay this information > to the guest operating system via IDENTIFY. > > This is a simple patch to correct that. > > See ATA8-ACS,

[Qemu-devel] [PATCH] ide: Add wwn support to IDE-ATAPI drive

2014-08-19 Thread John Snow
Although it is possible to specify the wwn property for cdrom devices on the command line, the underlying driver fails to relay this information to the guest operating system via IDENTIFY. This is a simple patch to correct that. See ATA8-ACS, Table 22 parts 5, 6, and 9. Signed-off-by: John Snow