[PATCH v2 0/6] block: file-posix queue

Paolo Bonzini posted 6 patches 2 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210524163645.382940-1-pbonzini@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, Eric Blake <eblake@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Markus Armbruster <armbru@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
There is a newer version of this series
block.c                |   2 +-
block/file-posix.c     | 104 +++++++++++++++++++++++++----------------
hw/scsi/scsi-generic.c |   6 ++-
meson.build            |   7 ++-
qapi/block-core.json   |  10 ++--
5 files changed, 81 insertions(+), 48 deletions(-)
[PATCH v2 0/6] block: file-posix queue
Posted by Paolo Bonzini 2 years, 11 months ago
Hi Max/Kevin,

this is a combination of two series that both affect host block device
support in block/file-posix.c.  I suspect both of them evaded your radar,
so I'm grouping them together and sending them out again.

v1->v2: add missing patch

Joelle van Dyne (3):
  block: feature detection for host block support
  block: check for sys/disk.h
  block: detect DKIOCGETBLOCKCOUNT/SIZE before use

Paolo Bonzini (3):
  scsi-generic: pass max_segments via max_iov field in BlockLimits
  file-posix: try BLKSECTGET on block devices too, do not round to power
    of 2
  file-posix: fix max_iov for /dev/sg devices

 block.c                |   2 +-
 block/file-posix.c     | 104 +++++++++++++++++++++++++----------------
 hw/scsi/scsi-generic.c |   6 ++-
 meson.build            |   7 ++-
 qapi/block-core.json   |  10 ++--
 5 files changed, 81 insertions(+), 48 deletions(-)

-- 
2.31.1