From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVgul-0005GL-T9 for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:43:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVguh-0005bj-FY for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:43:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVguh-0005bV-8I for qemu-devel@nongnu.org; Wed, 11 Mar 2015 09:43:07 -0400 Date: Wed, 11 Mar 2015 14:42:59 +0100 From: "Michael S. Tsirkin" Message-ID: <20150311144259-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/4] virtio-scsi: fix up cdb mess List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Paolo Bonzini , Fam Zheng , Nikunj A Dadhania 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. 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(-) -- MST