Re: [Qemu-devel] [PATCH 3/4] atapi: implement READ DISC INFORMATION

2012-06-11 Thread Paolo Bonzini
Il 11/06/2012 14:44, Kevin Wolf ha scritto: >> > @@ -1048,6 +1078,7 @@ static const struct { >> > [ 0x5a ] = { cmd_mode_sense, /* (10) */ 0 }, >> > [ 0xa8 ] = { cmd_read, /* (12) */ CHECK_READY }, >> > [ 0xad ] = { cmd_read_dvd_structure,CHECK_READY

Re: [Qemu-devel] [PATCH 3/4] atapi: implement READ DISC INFORMATION

2012-06-11 Thread Kevin Wolf
Am 11.06.2012 07:24, schrieb Paolo Bonzini: > This command is not necessary for CD-ROM and DVD-ROM, but some versions of > udev trip on its absence. > > Cc: Kevin Wolf > Cc: Markus Armbruster > Signed-off-by: Paolo Bonzini > --- > Kevin, ok to merge these ATAPI changes via the SCSI tree

[Qemu-devel] [PATCH 3/4] atapi: implement READ DISC INFORMATION

2012-06-10 Thread Paolo Bonzini
This command is not necessary for CD-ROM and DVD-ROM, but some versions of udev trip on its absence. Cc: Kevin Wolf Cc: Markus Armbruster Signed-off-by: Paolo Bonzini --- Kevin, ok to merge these ATAPI changes via the SCSI tree? hw/ide/atapi.c | 31 +++ 1