All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Alexey Kardashevskiy <aik@ozlabs.ru>,
	Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <famz@redhat.com>,
	Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PATCH 0/4] virtio-scsi: fix up cdb mess
Date: Wed, 11 Mar 2015 14:42:59 +0100	[thread overview]
Message-ID: <20150311144259-mutt-send-email-mst@redhat.com> (raw)

Fam Zheng <famz@redhat.com>, Alexey Kardashevskiy <aik@ozlabs.ru>, Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
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

             reply	other threads:[~2015-03-11 13:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 13:42 Michael S. Tsirkin [this message]
2015-03-12  9:05 ` [Qemu-devel] [PATCH 0/4] virtio-scsi: fix up cdb mess Alexey Kardashevskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150311144259-mutt-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=aik@ozlabs.ru \
    --cc=famz@redhat.com \
    --cc=nikunj@linux.vnet.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.