From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVz3O-0004Z3-4n for qemu-devel@nongnu.org; Thu, 12 Mar 2015 05:05:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVz3L-0006mv-F0 for qemu-devel@nongnu.org; Thu, 12 Mar 2015 05:05:18 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:41909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVz3L-0006mr-8y for qemu-devel@nongnu.org; Thu, 12 Mar 2015 05:05:15 -0400 Received: by pdjy10 with SMTP id y10so18504150pdj.8 for ; Thu, 12 Mar 2015 02:05:13 -0700 (PDT) Message-ID: <550156C2.1040901@ozlabs.ru> Date: Thu, 12 Mar 2015 20:05:06 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <20150311144259-mutt-send-email-mst@redhat.com> In-Reply-To: <20150311144259-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] virtio-scsi: fix up cdb mess List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Fam Zheng , Nikunj A Dadhania On 03/12/2015 12:42 AM, Michael S. Tsirkin wrote: > Fam Zheng , Alexey Kardashevskiy , Nikunj A Dadhania > all reported that importing linux headers breaks cdb/sense in virtio scsi > in qemu. > > This imports a linux patch fixing that, and does some > related cleanups. > > Lightly tested. > > Testing would be very much appreciated. Works for me. Tested-by: Alexey Kardashevskiy > > Michael S. Tsirkin (4): > virtio-scsi: drop duplicate CDB/SENSE SIZE > uapi/virtio_scsi: allow overriding CDB/SENSE size > virtio-scsi: fix cdb/sense size > virtio-scsi: clean out duplicate cdb field > > include/hw/virtio/virtio-scsi.h | 12 ++++-------- > include/standard-headers/linux/virtio_scsi.h | 12 ++++++++++-- > hw/scsi/virtio-scsi.c | 12 ++++++------ > 3 files changed, 20 insertions(+), 16 deletions(-) > -- Alexey