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 }, >> > + [ 0x51 ] = { cmd_read_disc_information, CHECK_READY }, >> > [ 0xbb ] = { cmd_set_speed, 0 }, >> > [ 0xbd ] = { cmd_mechanism_status, 0 }, >> > [ 0xbe ] = { cmd_read_cd, CHECK_READY }, > Please keep the table sorted. > > Also, if I was the SCSI maintainer, I would require qtest cases for all > four patches. ;-)
Me too. However, I'm waiting for Stefan to resubmit his virtio bindings for qtest. Paolo