qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] block: file-posix queue
@ 2021-05-18  8:38 Paolo Bonzini
  2021-05-18  8:38 ` [PATCH 1/5] file-posix: try BLKSECTGET on block devices too, do not round to power of 2 Paolo Bonzini
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Paolo Bonzini @ 2021-05-18  8:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block

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.

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 (2):
  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   | 101 ++++++++++++++++++++++++++-----------------
 meson.build          |   7 ++-
 qapi/block-core.json |  10 +++--
 4 files changed, 76 insertions(+), 44 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-24 16:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  8:38 [PATCH 0/5] block: file-posix queue Paolo Bonzini
2021-05-18  8:38 ` [PATCH 1/5] file-posix: try BLKSECTGET on block devices too, do not round to power of 2 Paolo Bonzini
2021-05-18  8:38 ` [PATCH 2/5] file-posix: fix max_iov for /dev/sg devices Paolo Bonzini
2021-05-18  8:38 ` [PATCH 3/5] block: feature detection for host block support Paolo Bonzini
2021-05-18  8:39 ` [PATCH 4/5] block: check for sys/disk.h Paolo Bonzini
2021-05-18  8:39 ` [PATCH 5/5] block: detect DKIOCGETBLOCKCOUNT/SIZE before use Paolo Bonzini
2021-05-18 13:23 ` [PATCH 0/5] block: file-posix queue Kevin Wolf
2021-05-24 16:35   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).