Re: [Qemu-devel] [PATCH v2] scsi-bus: fix to allow some special SCSI commands

2014-07-15 Thread TAMUKI Shoichi
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

Re: [Qemu-devel] [PATCH v2] scsi-bus: fix to allow some special SCSI commands

2014-07-15 Thread Paolo Bonzini
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

[Qemu-devel] [PATCH v2] scsi-bus: fix to allow some special SCSI commands

2014-07-12 Thread TAMUKI Shoichi
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, the most significant 3 bits of a SCSI opcode specifi