From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, famz@redhat.com,
Daniel Henrique Barboza <danielhb413@gmail.com>
Subject: [Qemu-devel] [PATCH v1 0/3] scsi-block: VPD Block Limits emulation implementation
Date: Fri, 8 Jun 2018 17:07:37 -0300 [thread overview]
Message-ID: <20180608200740.24915-1-danielhb413@gmail.com> (raw)
When using SCSI passthrough and running in Linux, QEMU edits the
reply of the SCSI Inquiry VPD Block Limits message with the value
of the /sys/bus/<dev>/queue/max_sectors_kb parameter the device
has in the host. Doing so allows the Linux guest to proper setup
the device.
But the Block Limits message is optional, and its absence can cause
the device to be unusable by the guest. An example can be seen
at https://bugzilla.redhat.com/show_bug.cgi?id=1566195.
This series implements an approach to solve it. First patch has more
details on the problem and why the existing workarounds are not enough,
including the first step towards the solution. Patch 2 wraps it up
and solves it. Patch 3 is a sort of 'cleanup' patch to isolate the
logic, avoiding tampering with the communication of SCSI hardware
that does implement the Block Limits message.
Daniel Henrique Barboza (3):
scsi-block: emulate missing Block Limits response
scsi-block: add VPD Block Limits in INQUIRY Supported Pages reply
scsi-block: adding flag at realize to enable Block Limits emulation
hw/scsi/scsi-disk.c | 51 +++++++++++++++-
hw/scsi/scsi-generic.c | 157 ++++++++++++++++++++++++++++++++++++++++++++++---
include/hw/scsi/scsi.h | 4 ++
3 files changed, 201 insertions(+), 11 deletions(-)
--
2.14.3
next reply other threads:[~2018-06-08 20:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-08 20:07 Daniel Henrique Barboza [this message]
2018-06-08 20:07 ` [Qemu-devel] [PATCH v1 1/3] scsi-block: emulate missing Block Limits response Daniel Henrique Barboza
2018-06-21 10:01 ` Paolo Bonzini
2018-06-08 20:07 ` [Qemu-devel] [PATCH v1 2/3] scsi-block: add VPD Block Limits in INQUIRY Supported Pages reply Daniel Henrique Barboza
2018-06-08 20:07 ` [Qemu-devel] [PATCH v1 3/3] scsi-block: adding flag at realize to enable Block Limits emulation Daniel Henrique Barboza
2018-06-21 10:01 ` Paolo Bonzini
2018-06-21 22:00 ` Daniel Henrique Barboza
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=20180608200740.24915-1-danielhb413@gmail.com \
--to=danielhb413@gmail.com \
--cc=famz@redhat.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.