Hello,
From: Paolo Bonzini
Subject: Re: [PATCH v2] scsi-bus: fix to allow some special SCSI commands
Date: Tue, 15 Jul 2014 19:05:25 +0200
> > Currently, some special SCSI commands sent from the initiator in a
> > guest do not reach the target device. To avoid this, extended (0x7e,)
> > variabl
Il 12/07/2014 12:21, TAMUKI Shoichi ha scritto:
Currently, some special SCSI commands sent from the initiator in a
guest do not reach the target device. To avoid this, extended (0x7e,)
variable length (0x7f,) and vendor specific (0xc0..0xff) opcodes are
now treated as valid CDBs.
Originally, th